Andrey Gubanov
Andrey Gubanov
I widely use Recompose at all projects I do. And it's not useful to see displayNames like `pure(withHandlers(withProps(withPropsOnChange(ComponentName))))` at React dev tools and I would like to see just `ComponentName`...
Thanks for the great proposal. I'm willing to try to apply signals into next React project I'm going to work on, and [the most common library for that](https://www.npmjs.com/package/@preact/signals-react) has very...
Thank you for the great project. I'm working on a library that supports DTOs for data validation. The validation should work on Edge Runtime, so I had to create a...
**Is your feature request related to a problem? Please describe.** Currently the resolver supports `draft-07` but `draft-2020-12` (also used by default at Zod 4 `toJSONSchema`) requires to use another module...
### Feature request I'm working on a code generator that is also going to include a built in TypeScript bundler. The bundling process is multi-step, it includes bundling of different...
**What version of Ajv you are you using?** ^8.17.1 **What problem do you want to solve?** I work on a back-end framework with a fetching library that performs Zod validation...
Thank you for the great project. Would be great if these custom properties would be prefixed with `x-` as it's a widely used pattern that allows to extend strict schemas,...