My first advice to junior contributors is to STOP using vibe coding for PRs. OSS is always about people more than about code. We don't need more code generated by LLM, we need more people who care.
November 10, 2025 at 11:47 AM
My first advice to junior contributors is to STOP using vibe coding for PRs. OSS is always about people more than about code. We don't need more code generated by LLM, we need more people who care.
Bulk screenshots sounds like one toggle to me. So for the user, the product doesn't get much more complex. On the implementation side, it depends on your architectural skills. Best case this is just an additional module with very few touch points to the rest of the software.
November 4, 2025 at 12:25 PM
Bulk screenshots sounds like one toggle to me. So for the user, the product doesn't get much more complex. On the implementation side, it depends on your architectural skills. Best case this is just an additional module with very few touch points to the rest of the software.
I spent a considerable amount of my lifetime to build a fake block cursor that can be styled properly. Wrap detection would have been of great help in this endeavor.
November 3, 2025 at 9:37 PM
I spent a considerable amount of my lifetime to build a fake block cursor that can be styled properly. Wrap detection would have been of great help in this endeavor.
This is the way. Strategic open-sourcing can boost your business. I haven't thought about the "it is good to polish your API" aspect before, but you are perfectly on point with this. Eating your own dog food can only make your API better. 👍
September 16, 2025 at 11:39 AM
This is the way. Strategic open-sourcing can boost your business. I haven't thought about the "it is good to polish your API" aspect before, but you are perfectly on point with this. Eating your own dog food can only make your API better. 👍
This is in line with CSS terminology. I'm not quite sure if the docs are right here ("defines horizontal/vertical alignment") or if it actually takes the layout direction into account. Would be great if you could change flex-direction from row to column and scrollIntoView just adapts.
July 1, 2025 at 10:57 AM
This is in line with CSS terminology. I'm not quite sure if the docs are right here ("defines horizontal/vertical alignment") or if it actually takes the layout direction into account. Would be great if you could change flex-direction from row to column and scrollIntoView just adapts.