Daniel Einars
Daniel Einars
I think the big issue hampering progress on this issue is the lack of data available when requesting a camera from a device as the device might not make the...
Right now I created this error schema based on the docs. It looks like this. ``` export const ZodErrorSchemaDTO = z.object({ name: z.string(), issues: z.array( z.object({ code: z.string(), expected: z.string(),...
yeah, seeing the same issue with the latest gpu container. Maybe something in the proxy?