-
## Bug description
When passing the code below to `ts-to-zod`, I am getting the following error:
```
SyntaxError: Identifier 'UserHourType' has already been declared. (4: 23)
Code: BABEL_PA…
-
### Version
1
### DataCap Applicant
ZEN OPENDATA
### Project ID
ZOD-USGOD-1
### Data Owner Name
U.S. General Services Administration
### Data Owner Country/Region
United Sta…
-
**Describe the bug**
I have configured Genkit to be working with Cloud Functions using the onFlow wrapper. When running a flow from Genkit Tools UI I receive the following error:
`Cannot destructure…
-
## Description:
Hi there,
I am using Orval with the react-query option and the zod option for request validation. I have successfully validated the request parameters using the Zod schema, but I…
-
### Astro Info
```block
Astro v4.15.8
Node v18.20.3
System Linux (x64)
Package Manager unknown
Output static…
-
Hi, ZOD team,
I wonder if there is an official dataloader compatible with MMDetection3D? I would like to train a Centerpoint Model on ZOD, and test its performance when a denser lidar is available…
-
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…
-
This is what T3 does, we can take a look at them for inspiration. We should explore sense and either do it or close this issue.
-
I noticed validation errors are wierdly formatted, is this just a case of having to parse at the client or is it a bug?
For example:
I have the following zod object:
```
address: z
.str…
-
When using a Zod validator and then passing it to TSOA, it throws this error: ` Error: No matching model found for referenced type infer.`
Types File
```
export const MyValidator = z.object({…