Reinier Kaper

Results 56 issues of Reinier Kaper

### 🐛 The bug Vue-i18n allows HTML in string translations by setting `strictMessage: false` in the config. This allows users to easily embed HTML in their translations. In SFC's you...

bug
upstream
has workaround

**- Do you want to request a *feature* or report a *bug*?** Report a bug **- What is the current behavior?** There's horizontal scrolling on articles on a nexus5 **-...

bug
low priority

### Describe the feature People probably don't want to go through the manual process of installing nuxt-auth to create reproductions. I think you should provide them with a starter. ###...

enhancement
documentation

### Environment ------------------------------ - Operating System: Darwin - Node Version: v20.7.0 - Nuxt Version: 3.12.4 - CLI Version: 3.12.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: -...

pending triage

### Environment ------------------------------ - Operating System: Darwin - Node Version: v20.7.0 - Nuxt Version: 3.12.4 - CLI Version: 3.12.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: -...

### Describe the feature We're going to put basic auth on our swagger endpoints, so it would be great if there was an option to pass credentials along to the...

### Describe the feature Our swagger endpoints are basic-auth protected, so we would like to see an option to pass credentials along when fetching the swagger file to generate the...

### Describe the feature https://openapi-ts.pages.dev/node#options supports an output flag which we use to have the types available locally and extract manual types from (mainly parameters and request bodies). It would...

### Environment Node: v20.13.0 OS: MacOS Sequoia 15 consola: 3.2.3 ### Reproduction ``` consola.box({ title: ' RVezy Nuxt tools' , message: ` Tools and commands for a better Developer Experience...

bug

**Describe the bug** When using `useJsonld` inside of another composable and you fetch data, this jsonld composable fails to add data. This _might_ be a Nuxt internal problem (with useHead...