rigtigeEmil
rigtigeEmil
**Is your feature request related to a problem? Please describe.** I'm working on introducing Wolverine endpoints in an existing solution. This solution uses a model like this to describe any...
### Description Often times when working with api's, they'll expose an open api with validation rules. In combination with various generators, these can easily be extracted to typescript-generated validaiton files....
### Description Heya. Is there a way to open a modal, while passing props and keep their reactivity? ```ts const localModalValue = ref(false); const isLoading = ref(false); useModal().open(MyModal, { modelValue:...
### Description There's a bunch of schema validation libraries available such as [Yup](https://github.com/jquense/yup), [Zod](https://github.com/colinhacks/zod) and many others. I'd be super helpful if you could change (or add) output schemas to...
### 🆒 Your use case Often times when setting up pre-loaded, initial-state visuals, I find myself resetting the state of loaded data completely, before the first request finishes. ### 🆕...
### Description Running `nuxt dev` after changing from `@hey-api/client-fetch` to `@hey-api/client-nuxt` (and re-building the client) throws the following: ``` ERROR [nuxt] [request error] [unhandled] [500] Package import specifier "#build/nuxt.config.mjs" is...