Ben McCann
Ben McCann
I think option 2 probably makes the most sense when combined with the metadata filter. Users are going to want to use the metadata filter as with any other metadata...
Hmm, looks like squoosh is no longer maintained: https://www.npmjs.com/package/@squoosh/lib
Figured out how to detect if we're running on webcontainers: https://github.com/stackblitz/viteconf/blob/main/nuxt.config.ts#L7-L17 Potentially we could use this to automatically choose another backend or just disable the plugin while logging a warning...
Closing this since https://github.com/storybookjs/storybook/pull/20442 was merged
I'd have guessed it's blocked by https://github.com/storybookjs/storybook/pull/20239?
Most aliases are now supported out-of-the-box with the latest Storybook 7. You can see a summary of what is supported and not supported here: https://github.com/storybookjs/storybook/tree/next/code/frameworks/sveltekit There are a few that...
> Users currently using the empty string hash (like me) will have their apps break from this, but it currently only half works anyway so I don't think that's a...
@truongsinh just a reminder that this PR needs a rebase
I switched to Immich and a main reason they haven't adopted avif yet is that the mobile app doesn't support it out-of-the-box, so I thought I'd mention mobile support as...
I suspect the reason this was not working is https://github.com/vitejs/vite/pull/7733