Veit Kunz
Veit Kunz
## Bug report ### Background We are working with MDC on a SvelteKit application. Because there is not a good Material library for Svelte, we create our own Svelte components...
Hey, we are using the MDC components very much in a project. But currently, it seems that you don't want to continue this project since you didn't commit anything for...
**Describe the bug** I created a component with some checkboxes and some enabling and disabling rules. Now we have the effect that some checkboxes are flickering after enabling. **To Reproduce**...
Hi, I bought an outlet from Innr, the [Innr Smart Plug](https://shop.innrlighting.com/en/shop/134/smart-plug-). I connected it to my Homebridge, and in the log output I can see that it connected successfully, and...
### Describe the bug We encountered a very weird bug with the SvelteKit compiler. In a very specific constellation, the build task fails with an error (see Logs section below)....
### Describe the bug Basically, we have this `svelte.config.js`. ```js import adapter from '@sveltejs/adapter-node'; const config = { kit: { adapter: adapter(), paths: { base: '/basepath' }, } }; export...
### Describe the problem I want to use the handleError hook of SvelteKit, but I realized that it currently has to be a synchronous function. But unfortunately, our error mapper...
### Describe the problem We try to write unit tests for every piece of code. Therefore we also want to write unit tests for matchers. We put the unit test...
Hi, I just tried to update the docker version of my Drupal site from 9.4.5 to the latest version 9.4.8. But it seems that Drupal fails to serve a page...
Hi, I am currently trying to migrate from `eslint-plugin-svelte3` to `eslint-plugin-svelte`. Most things are working, but when I import a `.svelte` file from a `.ts` file (for example in unit...