Mick Lawitzke

Results 382 comments of Mick Lawitzke

Is there any workaround for eslint configs like the one from Turbo that dont have a flat config yet? :)

Would LOVE to see Vercel Postgres and Neon :)

Guys instead of spamming useless +1 you should upvote the issue, or may open a PR, but this adds nothing except for spam. Anyway, this issue makes vaul-vue kinda useless....

Hey @harkor @zernonia thanks for the PR! However, doesnt this just set the default of `allowedToDrag` to `false`, or am I overseeing something? - I think in my example (drawer...

Can this be reopened please? @zernonia This is with latest 0.4.1: ![Image](https://github.com/user-attachments/assets/39a806a4-f99c-442a-b26d-b3076f66cdf5)

Workaround that I do for now using [VueUse](https://vueuse.org/core/useSwipe/): ```ts const isOpen = ref(false); const contentRef = ref(null); const { isSwiping, direction } = useSwipe(contentRef); watch(isSwiping, () => { if (direction.value...

Does this PR also apply for the [environment overrides](https://nuxt.com/docs/getting-started/configuration#environment-overrides) set in `nuxt.config.ts`? So if I set `--env preview` it will pick up the second one? ```ts export default defineNuxtConfig({ $production:...

I think it is kinda necessary to have cookies because we need to do SSR and how can the server know what resolution the client has, if it is not...

This sound to me like an issue with either Nitro or unjs/crossws but not Nuxt and not Socket.io ?

I updated the issue. I think it would be possible if we could only set data-api property correctly