Mathias Picker

Results 31 issues of Mathias Picker

Changed from using Array.prototype.indexOf to the more fitting Array.prototype.includes method.

## Setup - Unit/Svelte tests are done with Playwright: `npm run playwright` - Code tests are done with Vitest: `npm run vitest` - Testing everything: `npm run test` We need...

Definitely something that should be added as early as possible, will make the library a lot more appealing, and it's a lot easier beginning with it from the get-go instead...

Hi Nikolai, great work setting up this library! The community definitely deserves a utility library like this, and to me it seems like the obvious solution for "extending" the behaviour...

🤔 meta

## The bug I worked on a svelte-kit application with some very large SVG's, and they made it almost impossible to work on the application (because of slow development time)....

## Info **Closes:** https://github.com/sveltejs/svelte/issues/7613 **The bug:** Previously the `node.name` attribute was used when inserting the name of an svg tag into the `svg_element()` method. The issue is that the `node.name`...

## {#switch} {:case} syntax There has been discussions about adding switch case syntax to svelte (https://github.com/sveltejs/svelte/issues/530), and Rich Harris himself discussed how it could look like in his latest video...

**Is your feature request related to a problem? Please describe.** VSCode automatically inserts a type import into the import-brackets when using autocomplete (valid TS syntax) ```svelte import { my_store, type...

### Describe the bug We are frequently using the sl-dropdown component for dropdowns. We have some use cases where it would be preferable to show a new dropdown within a...

feature

closes #8129 i had to change the expected js-output for the `svelte-element-svg` test, because the test expected unused code which is removed with this pr ### Before submitting the PR,...