Ryan Boog

Results 15 issues of Ryan Boog

### 🐛 The bug According to https://github.com/nuxt-modules/turnstile/blob/main/README.md this is all you need in your Nuxt config to declare the siteKey ``` turnstile: { siteKey: '', }, ``` However, that provides...

bug
documentation

### 🐛 The bug To get the VSCode devtools integration, you are met with this message: > Install VS Code Server It seems you don't have code-server installed. > Learn...

bug

### My headache when using Supabase branching and Vercel with this module This module uses `SUPABASE_KEY` and `SUPABASE_SERVICE_KEY`. The issue is that when you enable the Vercel integration on Supabase,...

enhancement

Deno is supported now by Nuxt and shown as an option as your package manager for new Nuxt Projects initiated via CLI. However, this module doesn't work with Deno. I...

upstream

Right now, if you use 2 select optgroups it just automatically selects the first option of every group. It also ignores the placeholder. This fix checks for a placeholder and...