Daniel Escoz

Results 4 issues of Daniel Escoz

The `patternProperties` keyword is completely ignored. It should appear in the list of params as any other property.

The (undocumented) function `.required` is not working properly for properties defined with `.nullish()`: ```js const base = z.object({ required: z.string(), nullable: z.string().nullable(), optional: z.string().optional(), nullableOptional: z.string().nullable().optional(), nullish: z.string().nullish(), }) const...

This is exactly the same problem described at jekyll/jekyll#1063 and jekyll/jekyll#1058, but I'm seeing it both locally on a Linux system and in GitHub pages. You can find an example...

### Describe the problem Currently, the system tray created by Tauri directly references an image file, and will therefore only show that particular image in the system tray. This will...

type: feature request