anton89

Results 3 comments of anton89

Come on guys, pretty sure Dapper goal isn't simplicity rather it was performance so to implement this will introduce unnecessary overhead, which we all know happen in all full featured...

Yes the performance hit should be negligible and backward compatibility can easily be achieved, but I still think you should roll your own ITypeMap, I'm pretty sure it was there...

I manage to make it work with extendZodWithOpenApi https://github.com/asteasolutions/zod-to-openapi/blob/master/src/zod-extensions.ts just put ``` import z from 'zod'; extendZodWithOpenApi(z); ``` in any file where your packages is, I wonder if this is...