Jeppe Reinhold

Results 228 comments of Jeppe Reinhold

It turns out this currently works, but requires [the `--index-json` flag](https://github.com/storybookjs/test-runner#indexjson-mode). I tested it out in your repro and it correctly passed one test. `npm run test-storybook -- --index-json`. Could...

Using the index.json mode has its limitations, mainly that watch mode isn't supported, because it doesn't run directly on the filesystem but rather on the story index, so there's no...

On the top of my head I can't come up with an actual use case for this in Storybook, but in theory it could be a problem that Storybook requires...

We're collaborating closely with the Astro team on this, but it's not an easy feat. The main obstacle right now is that Astro doesn't expose a programatic way to render...

As a matter of fact I was working on this exact thing yesterday. I'm not sure I understand this issue completely, but the next iteration of the Canvas doc block...

@cr0cK can you open a new issue with a minimal reproduction showcasing the issue? https://storybook.js.org/docs/contribute/how-to-reproduce

I based the SvelteKit automigration on this work, with some modifications. Feel free to be inspired or ignore it. https://github.com/storybookjs/storybook/tree/next/code/lib/cli/src/automigrate/fixes/sveltekit-framework.ts

With the release of Safari 16.4, import maps are now supported across all major browsers. https://caniuse.com/import-maps Safari 16.4 isn't widely adopted yet though.

> There is feature (universal connection string format that is parsed to connection object) being planned in knex side, which would help implementing also this. It makes sense, it should...

I've managed to merge in `next`, but it's incomplete, so we need to meticulously go through the changes. Bugs I've noticed so far: - [ ] Toggling full screen does...