krisgrm
krisgrm
would be awesome if we could support elysia as well https://elysiajs.com/plugins/trpc.html i can try to attack the adapter, if given some pointers what should I do
Hey i am trying to use `maxBodySize` to increase upload limits to 10mb.. but for some reason the property is not working, actually there are 2 issues that I am...
example: ```ts failSchema: z.array(z.object({ ... }), ) .optional() ```
would it be possible to build a "signal" factory that would let me feed it zod schema and it would automatically infer signals?