Samuel Burkhard

Results 12 comments of Samuel Burkhard

VsCode Extension doesn't work at all in my case. [Repro](https://github.com/samydoesit/vue-turbo-starter) `pnpm i` and open vscode try to edit some classes. No autocomplete or syntax highlighting. The Debug Output from UnoCSS...

What hostname is your cordova app using? I also had this insecure context error (SSL error) when building a capacitorjs app for android and ios. When i first tried it...

I got this working using capacitorJS and decode continuously on iOS. Maybe you need to add a hostname to your cordova config.xml. Try to add this to your config.xml -...

There are two ways to solve this issue: using pnpm hoist patterns, or add the missing dependencies explicitly to the packages that use nuxt. I prefer the hoist pattern way...

Did you try something like this? https://github.com/unocss/unocss/blob/main/examples/quasar/src/App.vue or I am not familiar with Quasar but you could maybe also add it to css property in Quasar.config.ts. ``` css: ["app.scss", "uno.css"],...

Thank you for your prompt response. I attempted to implement a wrapper solution, but encountered several challenges. Simply checking within the server route proved ineffective, as the event handler continued...

Hello, thank you very much for the support. I created an updated Stackblitz using the multi-app. [Multi-App Monorepo Stackblitz](https://stackblitz.com/edit/github-om7hsq-1d7k9t?file=README.md)

Thank you for your feedback. I encountered an issue when setting`scanDirs` to an empty array, as it also removes our Nitro route types, which our application's code relies on. Is...

> 请教一下 , 为什么依赖都装在devDependencies Please tell me why the dependencies are installed in devDependencies Could you please create a separate issue for this? Thank you! :)

It looks like this is adressed by https://github.com/nuxt/telemetry/pull/298.