James Berry

Results 16 issues of James Berry

_Originally posted by @KATT in https://github.com/trpc/trpc/discussions/1936#discussioncomment-2818345_ If we go down this route what we're really talking about is straying away from JSON as the defacto mode of transport. If we...

💡 ideas

Closes https://github.com/trpc/trpc/issues/1939. ## Support for procedure method override By passing an optional `method?: 'GET' | 'POST'` property into `TRPCRequestOptions`, you can override the HTTP transport method used by queries/mutations. This...

✨ enhancement
next-major/definite

_Originally posted by @KATT in https://github.com/trpc/trpc/discussions/1936#discussioncomment-2818345_ ## Bonus, allow for method overriding I made [this tweet](https://twitter.com/alexdotjs/status/1528854148011130880) yesterday and the main feedback that came back was to be able to sometimes...

💡 ideas
ideas

I've been facing the issue where `webext-redux` only allows you to `error.message` back to my content scripts in the case of an error in an aliased action. However my error...

Closes https://github.com/modulz/stitches/issues/832. > **`root` was incorrectly removed from config here: https://github.com/modulz/stitches/pull/836** ## Custom `root` & shadow DOM support The `root` config property is causing a `TypeError - Converting circular structure...

## 🚘 v1.0.0 Roadmap ### 🏠 House keeping - [ ] Write `v0` -> `v1` migration guide. (currently maintained here https://github.com/jlalmes/trpc-openapi/pull/143) ### 🚀 Definite - [x] Support tRPC `v10`. (https://github.com/jlalmes/trpc-openapi/issues/73)...

help wanted
roadmap

Initially proposed by @mshd (https://github.com/jlalmes/trpc-openapi/issues/55) Additionally raised by @TheoBr (https://youtu.be/YAzzvhaRs6M?t=7086) ## RFC: Reduce OpenAPI `meta` complexity It has been mentioned a few times that the `meta` required to enable OpenAPI...

discussion

Seeking some feedback. This PR monkey patches the TRPCRouter to support `number`, `boolean` & `Date` out of the box (`string` was already supported) for `queries` inputs & `pathParameters`. I hope...

## `v1.0.0` Next major ### 🚘 Roadmap: 👉 https://github.com/jlalmes/trpc-openapi/issues/91 > Please check the roadmap to-do checklist to see currently implemented changes. ### ⚒ Breaking changes: * Removed support for `@trpc/server@9`...