Sean Cassiere

Results 190 comments of Sean Cassiere

Sorry was out of sick for the last couple of days. Will get on this tomorrow. As mentioned in your [comment above](https://github.com/jlalmes/trpc-openapi/issues/87#issuecomment-1195304047), I'll match the pattern being used. Any thoughts...

Hi @jlalmes, no sweat, I should have followed up on this as well. I'll get on it 👍🏼.

@jlalmes just for confirmation, as this is for the 1.0.0 release - #91, I'll be pulling a branch off of `next` and NOT `master`.

## ... the road so far * Added the adapter in this [branch](https://github.com/jlalmes/trpc-openapi/tree/feature/fastify-adapter-for-next). * Added an example project, with tRPC, trpc-openapi, and swagger UI being set up in `examples/with-fastify`. *...

@jlalmes in the testing of the fastify adapter, I've run into a blocker which requires more intimate knowledge on how the `req` and `res` objects are piped through the trpc-openapi...

> Hey @SeanCassiere, hows the blocker going? Would be awesome if we could use this `fastify-adapter` in an upcoming project soon. Anything I could help with maybe? @Asher-JH, In it's...

For those working on the redesign, found this broken image (in the Typescript - Usage section of the Docs) and thought you'd want to this on to your todo list.

There are two PRs open right now that specifically upgrade the React dependency to 18 and are awaiting approval. https://github.com/amaroteam/react-credit-cards/pull/116 https://github.com/amaroteam/react-credit-cards/pull/117 @gilbarbara @cassiocardoso as the two biggest contributors in the...

> Thanks, @keifufu, I'll be pushing up your version of the call as it does look better without the spread syntax. --- Overall, this Fastify Request object is proving to...