Jeppe Reinhold

Results 42 issues of Jeppe Reinhold

Just wondering, how do you want the SVG results to be, when this repo hits 1.0? does it serves the purpose of rendering a complete 1:1 representation of the view,...

I have a weird problem. remotedev won't show any activity in the Chrome extension window if I enable MobX's `useStrict`. It will correctly show the stores, but only with default...

## tl;dr Our usage of [`@storybook/semver`](v) is causing minor annoyances with types. Instead of fixing the types we could attempt to replace the usage of our own fork with the...

dependencies
good first issue
maintenance

Issue: #19280 ## What I did - Remove `vite-plugin-svelte-kit` when detected as per discussions in #19280 - Re-enable SvelteKit repros ## How to test - Create the `svelte-kit/skeleton-js` sandbox -...

build

The current iteration of `mdx-deck-live-code` was made for `[email protected]`, and doesn't seem to work with `[email protected]`. Another unfortunate consequence of this, is that it doesn't work with the CodeSandbox `mdx-deck`...

bug
good first issue

# The problem In Knex, it is possible to define the connection as a single database URL, like: ```js { client: 'pg', connection: 'postgres://user:password@localhost:5432/database', }; ``` This is not supported...

### Describe the bug Usually, any globally dispatched events in a Svelte component automatically gets inferred and attached to actions. This works fine for basic components, but as soon as...

bug
decorators
app: svelte

Closes #21470 ## What I did This PR makes the Svelte renderer force remount the story when a user resets all args in the controls panel. It does this by...

bug
svelte
ci:daily

### Describe the bug If you have a decorator, the source snippet in docs mode will not show the story's source, but instead the decorator with a `` child. This...

bug
has workaround
block: source

https://github.com/storybookjs/storybook/pull/24889 added initial support for the current Svelte 5 prereleases (`next.17` at the time of writing). Svelte 5 is not out in stable yet and things might still change until...