Justin O'Neill
Justin O'Neill
Add arrow key swipes? (← left, ↑up, →right, ↓down)
### Clear and concise description of the problem I want an option that will automatically open up the browser window when starting `dev` server or `preview` I typically use `--open`...
### Clear and concise description of the problem Histoire doesn't have Auto-CodeGen or Auto-Docs for Svelte. ### Suggested solution I recently came across `sveld` _(auto documentation for Svelte)_ and wanted...
A new bug was introduced in `1.0.0-next.432` of SvelteKit See SvelteKit [Issue #6303](https://github.com/sveltejs/kit/issues/6303) ### Reproduction **1.0.0-next.432** (broke) ❌ https://github.com/oneezy/sveltekit-symlink-repro-next-432 **1.0.0-next.431** (working) ✅ https://github.com/oneezy/sveltekit-symlink-repro-next-431 --- 
Here's a REPL showing the bug https://svelte.dev/repl/30b4e8bbd90c4b8e97100a1225f5be66?version=3.48.0 It happens when you have `scroll-behavior: smooth` set on the viewport (html or body). Comment that line out and it will work normally....
Curious if you could add a track margin or padding option? i.e. something like... ```css --svrollbar-track-margin: 10px; ``` I'm using the full page scrollbar and it touches the very top...
Convert to Svelte 😄
What would it take to do this? I could imagine a custom element going in and pulling the fragment pages to create "SEO snapshots" from the polymer.json manifest. That might...
Not sure if anyone else has this issue.. but I'm unable to `$ npm install -g generator-polymer-init-custom-build` for some reason. I'm using the Windows Subsystem for Linux (aka: Bash on...
I have a svelte lib setup and am using `svelte-package` + `tailwindcss` + `postcss` to create a component `package` lib folder for publishing to npm. when i run `pnpm package`...