Axel Bocciarelli

Results 216 comments of Axel Bocciarelli

Together with @loichuder and @t20100, we've decided to not go ahead with this feature, sorry. The suggestion to add some sort of toggle to the `y` axis widget was very...

Amazing... I would never have gotten there. :sweat_smile: I'll prepare a PR with some tests based on your code.

> It does mean you would need to fetch the "title" dataset if any which you might not want to do? Or perhaps make it optional? Indeed, for each "NX"...

In https://github.com/vitejs/vite/issues/5185, I reported an ordering issue that @sapphi-red rightfully identified as a consequence of this duplication issue. In my case, I was looking at a compiled CSS output, which...

Since browser support can be an issue with `@layer`, I've personally started documenting/implementing a dev guideline that forbids composing from another (React) component's CSS Module. If composition is needed, the...

I just don't understand this design choice. If I want to show a `Suspense` boundary for at least a specific amount of time, I can just create a promise with...