-
Type: Bug
generate large types with zod-prisma-types and the system chugs.
Extension version: 5.7.20240918
VS Code version: Code 1.92.2 (Universal) (fee1edb8d6d72a0ddff41e5f71a671c23ed924b9, 2024-0…
-
When I try to use nestjs-zod I import it as usual and my nestjs project tells me :
```Error [ERR_REQUIRE_ESM]: require() of ES Module *** from *** not supported.```
How do I solve this? My curre…
-
is there any chance or plan for supporting zod lazy method? we really need it, we've dropped an from using it for that
-
As title.
Seems it cannot correctly generate the nested model with `extend/merge`.
```ts
import { QueryWithZod, ZodArgs } from 'nestjs-graphql-zod'
import { z } from 'zod'
const Base = z.obje…
-
```
"hono": "^4.6.11",
"hono-openapi": "^0.1.5",
"zod": "^3.23.8"
```
Env
- Node v20
tsconfig.json
```
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs…
-
-
Tevm used zod to ship faster. We don't need it to properly validate however and should remove it in favor of just using vanilla js validation.
-
### Describe what you want
Dear Drizzle Team,
I am currently using Drizzle ORM with drizzle-zod and would like to inquire if there are any plans to support database views. At the moment, it seems …
-
![image](https://github.com/user-attachments/assets/be599e2f-e8b7-4303-869f-c3799147063e)
I am trying to add prop value from middleware but when I use zValidator middleware to validate the param I …
-
Advantages -
1. Immediate feedback for users as they interact with forms.
2. Catch common errors before sending data to the server, reducing unnecessary server load.
3. Ensures that all incoming d…