Masanori Doizaki
Masanori Doizaki
I have added three processes (isValidValue, parseUserInput, and handleClear) similar to daterange. Please confirm. pull request: https://github.com/element-plus/element-plus/pull/12943
I prefer the behavior presented by samchungy. I am concerned that with the current behavior, the value according to the json schema and the result of the zod parsing are...
@kevcube Excuse me, I am not a reviewer, but perhaps the following corrections are needed? - Running with `npx tsx` may not work correctly if the user is using `pnpm`,...
Thanks, @kevcube 🙇🏻♂️ And sorry. I mistakenly thought it was a script that was executed when a user performs a migration. I'm not sure why @esbuild-kit/esm-loader is currently in `dependencies`.
Thank you for replying! > you should be able to set it by using .openapi() if need be. Yes, I have already implemented that. In most cases, I think the...
@samchungy Thank you so much! I am using it immediately for my work project and it is working well✨ This is a minor request, but it might be more tree-shaking...
@punkpeye > Can I suggest to add a utility that allows to type guard definitions? The `description` and ~~`example`~~ are already defined in the GlobalMeta interface of `zod/v4`. So it...
@punkpeye > does https://github.com/samchungy/fastify-zod-openapi need to be updated to be compatible with v5? A pull request has already been created. The status is still draft. https://github.com/samchungy/fastify-zod-openapi/pull/263