Nils Wiesinger

Results 32 issues of Nils Wiesinger

### Describe the feature This has been mentioned in nuxt/nuxt.js#13408 before, notably > specify a route pattern in definePageMeta, which would allow full-control of the route pattern, including custom regex...

enhancement
discussion
3.x
🍰 p2-nice-to-have

### Environment ------------------------------ - Operating System: `Linux` - Node Version: `v16.14.2` - Nuxt Version: `3.0.0-rc.12` - Nitro Version: `0.6.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-`...

3.x
bug
❗ p4-important
performance

As mentioned in https://github.com/HC200ok/vue3-easy-data-table/issues/47#issuecomment-1167207468, the default cycle of sort orders is `asc -> desc -> none`. I'm wondering whether there is a way to customize that behaviour as for our...

### Environment node: v18.18.0 consola: 3.2.3 ### Reproduction https://stackblitz.com/edit/stackblitz-starters-wxmucj?file=index.js,package.json ### Describe the bug Setting the initial prop of promps doesn't seem to work. The repro above is taken from the...

### Environment ------------------------------ - Operating System: `Windows_NT` - Node Version: `v16.13.2` - Nuxt Version: `3.0.1-rc.0-27880943.da38c62` - Nitro Version: `2.0.0-27909628.d73998e` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `runtimeConfig`,...

### Describe the feature `const { locale, locales } = useI18n()` Currently `locale` is typed as `string` and `locales` is `string[]`. The suggestion is to use tighter types like `locale...

feature request
v8
typescript

### Describe the feature Figuring out how to set the `fallbackLocale` seems to be a quite common question and point of confusion (happened to myself just now and checked on...

feature request
v8
config

Running `parseAsync` instead of `parse` seems to have massive differences in resource consumption for larger objects. I'd expect some overhead of async operations for sure, however in our production env....

To align things further with the `useFetch` experience and give more fine grained control over fetches, adding `watch: false` as an option would be great. Taken from the [useFetch](https://nuxt.com/docs/api/composables/use-fetch#params) docs:...