Nourman Hajar

Results 3 issues of Nourman Hajar

Hi, here is my try to implement a fix for #181. Because this (might be) a breaking change, and not all people might want to use the feature, I implemented...

Hi, I'm having a problem making sure the return type of a handler to be as strict as the defined zod schema in `createRoute`. Consider the following code: ```ts const...

Hi, I'm currently seeking way to transform response from a handler and/or on the global `ElysiaApp`. ```ts { code: number, data: T, //