Mick Lawitzke

Results 154 issues of Mick Lawitzke

### Environment nitropack: 2.9.6 ### Reproduction - ### Describe the bug Environment variables dont seem to work on Cloudflare: ```ts export default defineNitroConfig({ runtimeConfig: { myVar: '' }, }); ```...

pending triage

### Environment nitropack: 2.9.6 ### Describe the bug Not sure if this is a bug but a route rule that goes `'**'` works fine on dev but throws an error...

bug
p3-minor-issue

Unfortunately the docs doesnt show how to use `localePath()` with route params. E.g.: ``` /products/[id] ``` How to do link to such a page? I tried `localePath('products/' + id)` with...

docs
v8
v9

I would like everything to be proxied as [described in the docs](https://plausible.io/docs/proxy/introduction): ``` https:///js/script.js -> https://plausible.io/js/script.js https:///api/event -> https://plausible.io/api/event ``` In Nuxt normally this can be done easily by use...

Nice library! I just have concerns that it loads and saves all keys at once. This might work for a few thousand keys bit it cant scale into infinity. First...

### Describe the feature After reading the [docs about testing](https://nuxt.com/docs/getting-started/testing) I am still unsure how to write tests, especially for my server handlers. There is not a single word on...

documentation
pending triage

I saw there is a socket.io-deno package and even tho I really love Deno I feel like Bun is currently skyrocketing both as a package manager as well as a...

enhancement

### Describe the bug I dont understand this but [useStorage](https://vueuse.org/core/useStorage/) is working fine but as soon as I put it inside a composable it stops working: Composable: ```ts export const...

Currently a string like "1" cant be casted to a number enum: ```ts enum Animals { Dog, // 0 Cat, // 1 } const param = '1'; // From query...

### Describe the feature Same as #498 from 2019, I guess. The last comment from 2021, asking for a solution has 11 upvotes so I guess there is no solution....

pending triage