Jacob Roberts

Results 43 comments of Jacob Roberts

We sort of go the other way -- we use [fastify-type-provider-zod](https://github.com/turkerdev/fastify-type-provider-zod) as the backbone to generate the OpenAPI schema. But I see a use case where you would want to...

I tried to get pretty far on this with a local postgres database running in docker with a NextJS edge function, using a bunch of different `ws:// -> tcp://` proxy...

For those arriving here, I did get this working... Here is my setup (big thanks for @kincaidoneil who cracked the code with disabling `pipelineConnect`): ```typescript import { Pool as NeonPool,...