-
Similarly to how `zod-openapi` does it:
https://github.com/samchungy/zod-openapi/tree/master?tab=readme-ov-file#supported-zod-schema
Currently, we get the following error:
> Unknown zod object ty…
-
`Context` generics (specifically, `Input`) are inferred differently in `Deno` and `Node` for the same code.
Deno: v1.46.3; v2.0.3; v2.0.4
Node: v20.18.0
Hono: v4.6.8
@hono/zod-validator: v0.4.1
…
-
Note: Because openapi-zod is a library standing on the shoulders of other libraries, I don't have an idea if this is the correct repository to ask.
I am currently migrating an existing API with an …
-
I would like to propose the implementation of a dedicated custom exception class for exceptions thrown when Zod validation fails.
Currently, a generic BadRequestException is being thrown, which d…
-
The type returned from [z.preprocess](https://zod.dev/?id=preprocess) is giving out type `unknown`
```
export const string_validation = z.preprocess(
(value) => {
if (typeof value !== 'str…
-
I only see these imports:
```
import { z } from 'zod'
import { AccountType, ErrorClassification, PaymentStatus } from './graphql'
```
But I don't see anything else, like this for example:
```
e…
-
`partial()` function not available in latest version `0.14.2`?
https://zod.dev/?id=partial
![image](https://github.com/honojs/middleware/assets/6106479/4eae22c0-5bdd-4c30-8f79-026939d2f6e7)
-
### What version of `drizzle-orm` are you using?
0.32.2
### What version of `drizzle-kit` are you using?
0.23.2
### Describe the Bug
When wanting to override a nullable column, drizzle-zod does n…
-
### Describe the bug
When using a `` component with a Zod resolver for validation, form values appear as `undefined` during the form's `onSubmit` event. This behavior seems inconsistent with expected…
-
## Description
The `schema` package is meant to be used by all the other apps and packages. We would like it to have the type definitions and the zod schemas.
The `api-client` is currently holdi…