Sindre Aarsaether

Results 50 comments of Sindre Aarsaether

What we truly need is to more clearly explain what the benchmark is measuring. And it is probably not even that relevant to benchmark KVO frameworks. See documentation from Glimmer:...

The react implementation is pretty much copied from todomvc example. I'd be happy to accept a pull request @Havunen :) Simply tried removing all of the functions (breaks interactivity, but...

Thanks for giving me a heads up about the Glimmer implementation. Turns out it even renders asynchronously. When forced to do a full synchronous reconciliation (like the other implementations) it...

@evanw Any way you could look at merging this?

I'm pretty sure we can get it to work together with these other plugins, but we need to dive into how they work and why things collide. To make non...

The latest extension should work alongside Svelte now. Will try with Astro soon.

Only styles in css blocks are inherited (if you override the tag tree ` ...` in the inherited tag. From your example, this should work fine right? ```imba lobal css...

To be clear - what you wanted here is the strings in the methods to have squiggly red underlines reporting `Type 'string' is not assignable to type [number, number]`? We...

We could add options to the tooling in vscode, or via imbaconfig.json, to not silence most of the ts warnings we now silence though.

Interesting. This is definitely something we need to fix. I guess Imba doesn't play nice with regular custom elements. I will look a bit at shoelace and see if there...