Geoff Rich
Geoff Rich
Also, in my REPL, if you remove the first item ("apple") then the new second item ("cranberry"), there are two items left in the `vals` array ("banana" and "orange"), but...
This is still a bug in the [latest Svelte version](https://svelte.dev/repl/6ef0eeb08bc84f268f37281846d836e5?version=3.44.2).
I think this was closed by https://github.com/argyleink/open-props/pull/130.
It's okay with me if anyone wants to turn any of those demos into recipes or cheat sheets. But it shouldn't copy my article text directly (for SEO reasons).
Since the getting started blog post is so prominent in search results (see below), can we redirect from it to the new docs page? Or pop a banner at the...
Closed by #7695.
> My only caution is that getting a11y right requires a lot more thought, and I wonder if this needs to be more explicit in the documentation? i.e., whilst Svelte/SvelteKit...
The big `+page` PR merged, so this is ready for review now.
Fixed by #6666. You should no longer need the `vite.config.js` workaround if you install adapter-netlify 1.0.0-next.77. I verified by creating a new Kit app and using the page component in...
I can see it both ways. Pros of splitting out: - we don't include unnecessary code (though I don't think it's that much code) - don't have to explain what...