Alex / KATT
Alex / KATT
### Describe the feature you'd like to request tRPC should work with [Bun](https://bun.sh/), seeing that we don't have any deps on node ### Describe the solution you'd like to see...
I had a new idea yesterday that would be amazing if implemented. ## Problem When using tRPC, it's easy to accidentally leak sensitive information since you don't have output validation...
... or find a way to dynamically swapping between sqlite/pg **Goal:** https://github.com/trpc/examples-next-prisma-starter should represent a real prod environment Pros: - Easier to grok examples - Tests represent reality better Cons:...
### Describe the feature you'd like to request Add more meta data about the request when creating context ### Describe the solution you'd like to see ```ts export async function...
Make transformers dynamically opt-in similar to how a batch request is indicated by ?batch=1 maybe a transformed request could be `?transform=1` or `transform=TRANSFORMER_NAME`? [T-73](https://linear.app/trpc/issue/T-73/feat-make-transformers-dynamically-opt-in) ## Funding * You can sponsor...
Not intended to be merged
Closes #3496 - https://www-git-v11-post-trpc.vercel.app/blog/announcing-trpc-11
### Describe the feature you'd like to request I don't wanna write `router({ })` for my sub-routers ### Describe the solution you'd like to see These should be equivalent ```ts...
> It would be very helpful to support TanStack Query in a library-agnostic way instead of react specific way. > > _Originally posted by @ozum in https://github.com/trpc/trpc/issues/3496#issuecomment-1384953410_ > [TRP-57](https://linear.app/trpc/issue/TRP-57/generic-tanstack-query-adapters) ##...
## What does this PR do? Fixes https://github.com/calcom/cal.com/issues/13347 Bumps `@trpc/*` deps and React Query ### Notes - Did a bunch of search&replace of `isLoading` -> `isPending` - **This needs testing**...