Andrea Giammarchi

Results 769 comments of Andrea Giammarchi

I know watch is problematic even in Node as there are no guarantees it works reliably cross platform but when it comes to Bun core features, being unable to watch...

this looks like a relic of the previous state + it's rather a discussion than an issue. Closing as maintainer duty. Feel free to re-open with more details based on...

To be honest I don't personally have use cases around CSS API ... for SSR that's not common (but for SSR only I am also moving to [uhtml/dom](https://github.com/WebReflection/uhtml#exports)) but time-wise...

I am a bit confused here ... who defines the `.classname` and where? weren't we saying explaining CSS selectors was too complicated? can't any target of the transition simply be...

all I see then is a *group* name to attach to any element so that we can move the CSS selecting logic on our side ... to be honest, once...

which device/browser are we talking about? is it all of them or WebSQL only? (or IndexedDB only)

iOS version ? (so I can test properly ... but yeah, something looks broken there in such case)

OK, the `errorback` is always invoked, unless you do some operation without passing it. Can I ask you to show me an example that fails ? Or can you at...

This is close to React keyed nodes so it allows somehow DOM diffing, a feature I’ve asked for years ago already, except is limited to always same list of nodes....