Ezequiel Rodriguez
Ezequiel Rodriguez
First off, thanks for the great tool. I like the fact it auto-creates backups. The only thing it seems to be missing is the ability to configure where backups are...
The build step has actually become a lot easier to reason about with Webpack now in place.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### Release...
## What are the steps to reproduce this issue? Minimal swagger.json ```json { "swagger": "2.0", "info": { "title": "My API", "version": "1.0" }, "paths": { "/thing/update": { "post": { "operationId":...
## Status **READY** ## Description Make sure we only generate prefetch calls for `QUERY` and `INFINITE` types, as it isn't possible to prefetch any other types. Fixes #1234 ## Steps...
## What are the steps to reproduce this issue? - Enable both `usePrefetch: true` and `useSuspenseQuery: true` ## What happens? - `prefetchSuspenseQuery` calls are generated. `prefetchSuspenseQuery` actually doesn't exist in...
Closes #1834 ## Description When overriding with `any` or `interface{}`, the code should prefer the "any" (empty) schema instead, not the object schema since that's different e.g. #### .swaggo ```...
## Description When specifying `any` as a global override in `.swaggo`, it seems to override with the object shema instead of the any schema ## To Reproduce #### .swaggo ```...