Profile avatar
demello.dev
33 posts 15 followers 66 following
Getting Started
Active Commenter

Preact Signals just got a huge performance boost: Signals rendered as text/props & effects only "pull" as fast as needed for rendering. Since computeds run as-needed, they now only re-run as often as their downstream DOM output can be painted. H/t to @jovidecroock.com for making this happen.

Running into JSX type errors after upgrading #astro, make sure to upgrade your tsconfig’s excluded list to exclude dist, node_modules, and .astro folders. Then make sure you point React types to a specific version you support. Spent too much time on this.

Getting #cursorai to auto run tests and fix failure has been awesome. Too bad it’s also pretty inefficient. It continues to repeat previous mistakes only to fix them on a second run. Example: running a go test command, it seems to get the directory wrong on the first try and works on the second.

Anyone know how to automatically have #cursorai run tests as part of its composer agent functionality?

Finally, the @preactjs.com team exposed as a bunch of shameless bloat peddlers! (Check out the Standalone Preact Builder at standalonepreact.satge.net, it's really cool ✨)

I love refactoring in Go. It's just a joy.

Bsky feeds: would be nice to have a tweak setting

I have been looking into dynamic image generation after a long time. Last time I worked on something similar was back with PHP ImageMagick. It’s amazing what’s available now! Vercel’s Satori library looks awesome.

Hello Bluesky