~robbert
~robbert
I'm currently running this on https://ultimaker.com/ using a video element with a webm and a mp4. When the browser doesn't has support for webm i load seethru. I'm working for...
👋 not a very nice work-a-round, but you have to declare the interface in both `bootstrap-vue-next` and `bootstrap-vue-next/dist/src/types/ColorTypes` in order to make it recognise your added properties. ``` declare module...
> Another solution would be to use Varnish Cache. This is a pretty drastic measure but it works pretty well (for me at least) Same here, added varnish cache in...
Had the same issue, thanks to @xvaara hints i ended up with the following work-a-round. Keep in mind the `id`-prop needs to be specified too, else it will generate one...
Small addition as I've been working on this to solve the out of memory issue. The default storage driver configured for cache storage at build time is a memory driver....
@quintondang as a workaround you can set the enableShortcuts to false in the `manager.ts`. This disables the keyboard shortcuts for all stories. ```javascript import {addons} from '@storybook/manager-api'; addons.setConfig({ enableShortcuts: false...
Also see: https://github.com/storybookjs/storybook/issues/31010
@hacknug Thanks for the effort. I applied the changes to `.storybook/main.ts` in the reproduction environment but I still end up with an `_VUE_HMR_RUNTIME__ is not defined` error.
> > [@hacknug](https://github.com/hacknug) Thanks for the effort. I applied the changes to `.storybook/main.ts` in the reproduction environment but I still end up with an `_VUE_HMR_RUNTIME__ is not defined` error. >...