-
Hi, love this package! I think I have come across a use case for allowing `recordKeysLength` to be set to `0`. Which currently isn't possible because that would be falsy and [this would resolve](https…
-
When I update this package from v2.30.0 to v3.0.6 (latest version) then it gives this error
./node_modules/date-fns/parse/_lib/parsers.mjs
Can't import the named export 'AMPMMidnightParser' from non…
-
I find it possible to pass request body in binary, but is it also possible to handle binary response, e.g. converting them to blob?
Thanks in advance.
-
### Describe the feature you'd like to request
**See example repo (https://github.com/rhinodavid/trpc-server-definition) for all the details**
My request is similar to the one @iduuck wrote abou…
-
### Contact Details
zxcbvnm90@gmail.com
### What happened?
I was trying to create my first channel and receiving an error "Error saving programs. Zodios: Invalid Body parameter 'body'". When I expa…
-
Create a [Zodios](https://github.com/ecyrbe/zodios) generation based on the `@kubb-swagger-zod` plugin
```typescript
import { makeApi, Zodios, type ZodiosOptions } from "@zodios/core";
import { z } f…
-
# Suggestion
`satisfies` should work in `type` declarations, similar to how it works currently.
i.e. similar to
```ts
const x = y satisfies Z;
```
we could have
```ts
type X = Y satisfies …
-
My standard way of testing new ingest pipelines is to run the webpage, backend, ingest and prepro locally but have the database, keycloak and lapis/silo in docker containers. I have used this set up f…
-
Hi, I stumbled upon this library for generating zod schemas from OpenAPI schema and liked how it works, but stumbled upon issue with Next.js App Router compatibility
In docs (https://www.zodios.org…
-
Hello!
@ecyrbe, you have created a great tool and I would like to use it in a new project.
But I noticed that new releases stopped in August 2023.
Tell me, are there any plans for further developme…