Gilad Lekner

Results 3 issues of Gilad Lekner

`npm install` fails in Apple silicon systems with the following error: ``` npm ERR! The chromium binary is not available for arm64. ``` suggest adding this to the readme: if...

Is adding https://github.com/web-infra-dev/mdx-rs possible?

Since upgrading to the latest v5,Error shown in a wrong field in Zod 4 Array schema. Schema is: ```ts z.array( z.object({ text: z.string().describe('Text'), url: z .string() .regex(/^\/[^\s]*$/, 'URL must be...