Daniel Diekmeier
Daniel Diekmeier
I switched from [Sip](https://sipapp.io/) to System Color Picker a few months ago, and I'm very thankful for the great app you built – Thanks! One thing I'm always missing from...
**Describe the bug** The current version of [Zod](https://github.com/colinhacks/zod) has a compatibility problem with Typescript 4.3. (https://github.com/colinhacks/zod/issues/473) This is not a big problem, I can just keep using Typescript 4.2 until...
**Describe the problem** I'm looking to transition some of my sites from Turbolinks to Swup. It only took a few minutes of work and it seems to work great –...
### Describe the bug When you turn on sourcemaps in Vite, SvelteKit will generate sourcemaps even for the server. This is great! But during the build, `@sveltejs/adapter-node` moves the generated...
### Current Behavior A few weeks ago, the `vscode-graphql-syntax` package added Ruby support (#3490), but I think something is not quite right. This is what the example file `packages/vscode-graphql-syntax/tests/__fixtures__/test.rb` looks...
Hello! I was excited to see #7184 land because I too had problems with my disk slowly filling up with docker build artefacts. However, even on Dokku >0.35, this still...
### Summary I'm defining my cronList as an array of `CronItem`s, so that I can later pass them through `parseCronItems`. This has worked great! (Thank you very much for the...
### Describe the bug Back in https://github.com/sveltejs/svelte/issues/12721, which was ultimately solved through https://github.com/sveltejs/svelte/pull/12745, there were some false positives when binding to store properties. The PR solved the cases ```svelte ```...
**Describe the bug** When you put a standalone `` element in a `` and try to get it out with `.firstChild`, you get `null` instead. This also happens with ``...
### Describe the bug In my app, I'm using [shallow routing](https://svelte.dev/docs/kit/shallow-routing) together with `preloadData`. However, ever since the fork API was added in [[email protected]](https://github.com/sveltejs/svelte/releases/tag/svelte%405.42.0), preloading does not work anymore. The...