Adam Ben-David

Results 22 comments of Adam Ben-David

@MikeBman when trying this pattern I am getting the following warning from supabase in the client Do you have this as well?

@MikeBman was cause I still had the old nuxt/supabase module loading. Question - Are you doing middleware redirects based on the users state? I am having issues getting that to...

Second this!

Same issue using my own custom requires. Seems vite is missing the webpack functionality that crawls requires and loads the relevant data ``` computed: { postImage() { return this.post.url ?...

Any schedule for this? Its an annoying warning in the main javascript SDK.

I had the following problem during the init phase : `npx shadcn-vue@latest init` ``` ✔ Would you like to use TypeScript (recommended)? … no ✔ Which framework are you using?...

> This fixed iit for me > > ```js > npx [email protected] add tabs > ``` how does this help with the `components` and `lib` directories being created outside of...

> I have Nuxt/TS project and this change in `components.json` fixed it for me. `"tsConfigPath": "tsconfig.json"` -> `"tsConfigPath": "./.nuxt/tsconfig.json",` this bug is related to JS installations, not TS

is this on the roadmap?