Zoey

Results 97 comments of Zoey

Hello! We are currently trying to upgrade our starter from Nuxt3 RC 10 to RC 11 and even after updating histoire to V.0.11.0 we sadly still get the same errors...

Currently you would need to parse the SVG yourself and convert it into a base64 image beforehand. You can find some information on how to do this here: https://stackoverflow.com/questions/27706956/render-svg-to-pdf-using-jspdf/35788928#35788928 Otherwise...

> If you fix lint i'll merge @zoey-kaiser :) Hi @KATT 👋 thanks for being so quick. I ran `pnpm lint-fix` and no errors popped up on my system. When...

Thanks @juliusmarminge that did the trick! @KATT linting is now fixed 🥳

Thanks @juliusmarminge and @KATT for your quick help! ❤️

Amazing! Thank you to both of you! I love that this new method of handling configs is starting to be adopted in the Nuxt Ecosystem, as I feel like it...

> Thanks for research @zoey-kaiser. Do you mind to make an issue to followup this also in tailwindcss? While they allow a custom method to define config, if we want...

@pi0 @ineshbose I have opened a discussion on the tailwindcss repository. They only use issues for bugs which I wanted to respect. `tailwindcss/tailwindcss-intellisense` also does not have its own disscussions...

> I'm making a new module for Nuxt, but I can't make docs using Docus because of this. It only works if the root folder is empty. Even though the...

> Is there a possibility that there is a `.nuxtrc` file in a parent directory that sets `imports.autoImports=false`? Yes there is! Can we override it with a new `.nuxtrc` in...