codeflorist
codeflorist
i'm assuming your ssh key is encrypted - e.g. begins with: ``` -----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED ``` as stated in the Q&A section of readme you have to...
i believe this is only possible, if `storyblok-nuxt` uses the native `nuxt3`-composables for data-fetching (see here https://v3.nuxtjs.org/guide/features/data-fetching). right now it uses `axios`. ditching `axios` for the `nuxt3`-native composables indeed seems...
the problems seem to come from vite, which nuxt3 uses as the default bundler, since if of one sets `vite: false` in the `nuxt.config.ts`, which results in nuxt using webpack...
Everything is working for me now without any workarounds on ` Nuxt v3.0.0-rc.4` and `@storyblok/nuxt v4.0.1` except the following warning, that is shown on `nuxi build` and `nuxi generate`: ```...
@kcgen thanks for cross-checking! i dug a little deeper and i think i've found the culprit. the problem only occurs, if you mount both CDs (to be able to switch...
@kcgen it is fixed in `v0.80.0-alpha-10-g383c9`. many thanks!
[dosbox-staging](https://github.com/dosbox-staging/dosbox-staging) supports pixel perfect upscaling, perfectly preserving the original look on higher resolutions. it also uses SDL and might be worth a peek for anyone looking for a solution. imho...
> no, i didn't stumble upon that yet. many thanks, it works great! but i think a default preview-functionality for assets via the eye-icon would be handy nonetheless.
A target or "Open in new tab" option would indeed be very logical. It's also standard in pretty much all CMS. Implementation would be much appreciated.
apart from this solution provided by @danielroe ... > ```diff > > + > > + > > ``` ... i found that components having another component as their root-element...