Lindsay Wardell

Results 12 comments of Lindsay Wardell

Just ran into this myself, it would be a great addition. Currently doing an if/else to read the doc then add if it doesn't exist.

I'm having the same issue. `server.post("/api/*", proxy(process.env.API, { limit: "10mb" }));` I'm using Typescript, which is reporting that the key 'limit' doesn't exist on the ProxyOptions object. `Argument of type...

My issue appears to be resolved, and was just related to the Typescript typings for ProxyOptions. I wrote my own typing, and limit worked fine. ``` server.post( "/api/*", proxy(process.env.API, {...

Having Lombok support probably won't change whether I use this or not (as you noted the boilerplate doesn't matter as much), but I think it would certainly be helpful for...

@bastianhilton Nuxt 3 is currently not supported, I was waiting for it to reach a stable release before updating. I will release a major update later to support Nuxt 3.

Thanks for the feedback! I'll take a look at these suggestions and make some updates.

@pi0 on the note of Nuxt 3, are there any other changes I should watch out for from a module perspective? Might as well be as prepared as I can...

@pi0, is this what you had in mind as far as switching to buildModule and privateRuntimeConfig? https://github.com/lindsaykwardell/nuxt-github-api/tree/development I saw you suggested using publicRuntimeConfig, but I think if it's a build...

Ah, okay. I'll move the `$config` logic to the plugin then, that makes sense. I think I may be missing something on `buildModules`, though. I was under the impression that...

Would it be possible to include the [Ladybug Podcast](https://www.ladybug.dev/)? I don't know your criteria for including a podcast as one of the default options, but I feel like it's been...