-
## Description:
I am working with a recursive schema in an OpenAPI specification file (openapi.json) and generating TypeScript types using this library. The generated types include a Zod schema for…
-
### Reproduction
```
npm install /Users/xxx/my_wasm/out
pm run dev
```
package.json:
```json
"my_wasm": "file:../my_wasm/out"
```
```ts
import React, { useEffect, useRef } from 'react'…
-
Given that the last release was a year ago, I was wondering if this project is still being maintained.
If not then perhaps this repository can be marked as unmaintained and the community can begin …
-
Hello! I would like to thank you in advance for the availability of a great library.
This Issue as well as the following vscode-openapi Issue,
https://github.com/42Crunch/vscode-openapi/issues/34
…
-
When authentication isn't up, the website seems to either stall, crash or become unhealthy in the eyes of kubernetes.
We have a quite long timeout for the call to authentication, maybe it's enough …
-
See this guide: https://tanstack.com/query/latest/docs/react/guides/migrating-to-v5
-
I think it's common issue for generate type from open api spec.
I am using with zodios https://github.com/astahmer/openapi-zod-client/ openapi-zod-client. But did not found any possible solution to g…
-
Estou criando contratos para todas comunicações que forem acontecer entre front-end e back-end facilitando a construção de ambas partes de forma isolada.
Exemplo de um contrato para a rota de "vinc…
-
Current working with a schema which results in 325 Zod schema objects and 214 endpoints, with the current [default](https://github.com/astahmer/openapi-zod-client/blob/3933722e0c6d7a7b7af50dd63d31aa5f…
-
Right now it seems like the invalidate helper is only returned from the `useQuery` hook, which I think can make it a little clunky in situations where you need to invalidate the query from a component…