-
## What are the steps to reproduce this issue?
1. Generate with the following settings
```js
Validators: {
input: { target: './swagger.json' },
output: {
mode: 'tags',
…
-
I prepared wod data following the instructions. However, when I run:
python nerfstudio/scripts/train.py neurad wod
I get the following error:
Waymo dataparser has missing dependencies, please…
-
## Validação e transformação no Zod
O Zod é uma biblioteca legal não só porque ele cobre bem a validação e o schema de dados em um form, mas também pq ele é bem útil na transformação de dados.
-
**Describe the bug**
I am new to zog-prisma-types and have encountered what I believe is a bug.
The following Prisma schema wirh rich comments will fail
```prisma
model Test{
/// @zod.cuid()
…
-
Do you plan to update this package for fastify v5?
'
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: fastify-zod@1.4.0
npm error Found: fastif…
-
Package versions:
"@xata.io/client": "0.30.1",
"drizzle-orm": "^0.36.0",
"drizzle-zod": "^0.5.1",
"pg": "^8.13.0",
"zod": "catalog:"
"@types/pg": "^8.11.10",
"drizzle-kit": "^0.27.1",
…
-
I'm trying to enforce jsonb types with zod.
Having
```ts
// input.ts
import { z } from "zod"
export const collection = (t: z.ZodSchema = z.any()) => z.object({ items: z.array(t) })
export …
-
Hello, thanks for this great library 👋
I was wondering if you'd be interested in a documentation for a JSON serializable type. That's the type that you can safely serialize and de-serialize via `JS…
-
-
Hi,
I've just been debugging why my Zod wasn't working with the zodios-express library. And it looks like by default zodios-express removes any validation added by `refine` and `superRefine` callba…