Gregor Martynus

Results 1418 comments of Gregor Martynus
trafficstars

I ran into a problem with z4's new `.toJSONSchema()` method. I suggested an approach how to address it in zod 4 itself instead of working around it within the `ai`...

Last remaining error I run into is a "Type instantiation is excessively deep and possibly infinite" TypeScript error when trying to infer a type from a schema that might be...

The latest v5 alpha release implements support for v4 schemas for validation: [[email protected]](https://github.com/vercel/ai/releases/tag/ai%405.0.0-alpha.8) Please give it a try and let us know if it works, or if you run into...

> When I dug inside one of the ai packages (specifically the @ai-sdk/provider-utils package) I saw that my machine was resolving the zod imports to my global, old-ish zod package...

The latest v5 alpha has been released, which includes the fix for JSON schema generated from zod v4's `.literal()` https://github.com/vercel/ai/releases/tag/ai%405.0.0-alpha.9

The permissions are based on the `app-permissions` schema from GitHub's OpenAPI schema. We get it from [the `@octokit/openapi` package](https://github.com/octokit/openapi/) which receives pull request whenever a change is found, like this...

I pushed a [13.x branch](https://github.com/nock/nock/tree/13.x). If anything needs to be back-ported, the way is to create a pull request against that branch

> Node.js did not backport the compression order fix to versions 18 and 20 Do you know if that might still be happening? Is there an issue we can track?...