Neil Richter
Neil Richter
### Describe the bug When using `useSpeechRecognition()` with `interimResults: true`, the output is malformed and joins multiple times the same sentence. The issue only happens on mobile, because the APIs...
Simplify repository configuration with unjs tools
### Environment - Operating System: `Darwin` - Node Version: `v21.6.2` - Nuxt Version: `3.10.3` - CLI Version: `3.10.1` - Nitro Version: `2.9.3` - Package Manager: `[email protected]` - Builder: `-` -...
### Describe the feature I naively used `URLSearchParams` in order to prepare the parameters I want to send along the request, however those are not read if I use an...
### 🔗 Linked issue #1662 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change that...
### What version of `drizzle-orm` are you using? 0.30.10 ### What version of `drizzle-kit` are you using? 0.20.18 ### Describe the Bug When adding multiple constraints on a table, only...
### Environment Node.js: Reproducible with `v18.18.0` and `v21.6.2` [email protected] [email protected] ### Reproduction https://stackblitz.com/edit/github-xvw4kq?file=package.json ### Describe the bug Given the following configuration: ```ts import { defineNitroConfig } from 'nitropack/config'; export default...
### Environment Nitro: 2.9.6 with Nuxt 3.12.2 Node: v20.14.0 ### Reproduction 1. https://stackblitz.com/edit/github-xnbwjb?file=server%2Froutes%2F%5BprestationId%5D%2Findex.put.ts 2. Visit: `/plop` ### Describe the bug Maybe related to #2349 When having different param names within...
I am using `@nuxt/icon` in a Nuxt app where the rendering mode is client-side only. According to the documentation: > By default, this module will create a server endpoint /api/_nuxt_icon/:collection...
**Describe the bug** The i18n ally server cannot run because it fails to read the Typescript file. **Extension Version** `v2.8.1` **Framework/i18n package you are using** vue-i18n **To Reproduce** Steps to...