bompi88
bompi88
Thanks @Balastrong and @crutchcorn ! So far this version works really well🎉
I also have the same problem. I'm using `openapi-zod` as well. I usually also end up in a situation like: ``` TS7056: The inferred type of this node exceeds the...
Also a popup package here: https://github.com/vercjames/package-trpc-swagger
@kdy1 I'm getting the following error when errors are thrown or malformed JSON is posted to one of the endpoints: ``` TypeError: router._def.getErrorShape is not a function at ~/whatever/node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/better-trpc-openapi/src/adapters/node-http/core.ts:168:38 at...
**One consideration:** it could be useful to provide an option for overriding the parseQuery method. For example, this would allow for the use of alternative parsers like [qs](https://github.com/ljharb/qs), if needed....
@yusukebe My motivation is that I want to migrate my current APIs to Hono :) I'm using a special query "syntax" which is supported by `qs`. For example I can...
Whats the reason this is not merged?
Can confirm that it still happens with a pnpm project.