David Stack

Results 50 comments of David Stack
trafficstars

I'm also getting this error. Related PR: https://github.com/vuetifyjs/vuetify-loader/pull/327 ``` Nuxt project info: 12:22:08 PM ------------------------------ - Operating System: Windows_NT - Node Version: v18.19.0 - Nuxt Version: 3.9.0 - CLI Version:...

Yes, looks like it is working as of `vite-plugin-vuetify` v2.0.3.

On nuxt `v3.9.3` this is not an issue, on nuxt `v3.10.3`-`v3.12.2` it is. See my comment here: https://github.com/nuxt/nuxt/issues/27106#issuecomment-2193748945 My current project info (not experiencing this issue): ```bash ------------------------------ - Operating...

To follow up on this, my build times have significantly improved since [v3.12.4](https://github.com/nuxt/nuxt/releases/tag/v3.12.4). Thank you @danielroe! Updating my layers to that version also helped. It's still slightly slower once I...

Looks like this may have been resolved in https://github.com/nuxt/nuxt/pull/28496 with the `prepend` option. https://nuxt.com/docs/api/kit/pages#addroutemiddleware

Do you think this issue would prevent a `v-textarea` from not being able to be focused programmatically? I already have the `autofocus` prop set on the textarea, but it doesn't...

> Not sure about having `enabled` and `region` options. Could create unexpected results if the user only adds `enabled` but not `region`, or vice-versa. If you have a better idea,...

EDIT: my issue was related to an upstream nuxt layer of mine. To be more "Nuxt-like" this module should use the standard `NUXT_PUBLIC_` prefix for the environment variables so they...

Also running into this issue. My current workaround to just suppress the typescript error: ```ts // @ts-ignore const builder = imageUrlBuilder(useSanity().config); ``` It looks like `ImageUrlBuilder` expects one of these...

Looks like this may have been resolved in https://github.com/nuxt/nuxt/pull/28496 with the `prepend` option. https://nuxt.com/docs/api/kit/pages#addroutemiddleware