Ryan Gossiaux
Ryan Gossiaux
Hey Matt! Just wanted to give you a heads up that I ended up taking a Svelte port all the way to completion: https://github.com/rgossiaux/svelte-headlessui It took a boatload of effort...
Would be nice if there was a vitest integration. I tried setting vitest up myself and couldn't get the config working properly, so I'm sure it'd save folks a lot...
I'm going to group together a couple different issues with the examples here so as not to spam. I'm referring to the French sections in all cases. https://kaikki.org/dictionary/All%20languages%20combined/meaning/q/qu/quoi.html ``` "examples":...
The svelte.JSX namespace, and in particular the svelte.JSX.HTMLAttributes interface, is used by several component libraries. But SvelteKit's package command will fail for components that use them because these definitions are...
**Describe the bug** If you run `svelte-check --version` (eg `npx svelte-check --version`, or in a SvelteKit project `npm run check -- --version`) you get as output: `svelte-check, 1.x` The 1.x...
If I have a piece of code `f(a, b, c, d)` and I put my cursor on `a` and perform swap_next for `@parameter.inner`, it does not compose with `.`; after...
This fiddle should show why this is necessary: https://jsfiddle.net/wb5ogcjc/
See https://jsfiddle.net/wb5ogcjc/ for why these spaces are necessary. Right now, "@supports not (foo)" gets compressed to "@supports not(foo)" which doesn't work as per the fiddle (and the CSS standard). #19...
This branch tracks the progress towards version 2.0 of svelte-headlessui ## Tasks - [ ] Switch to two-way binding #47 - [ ] Rename the Transition events #57 - [...
When writing this initially I imitated the React API as closely as I could, to make it easy to adapt the Tailwind UI snippets. However, a second guiding principle is...