-
and use https://github.com/omermecitoglu/next-openapi-route-handler to make an openapi spec for nextjs route handlers
-
I get this error when trying to run `pnpm dev`
```
apps/web dev: - error ..\node_modules\.pnpm\@trpc+client@10.33.0_@trpc+server@10.33.0\node_modules\@trpc\client\dist\transformResult-9a244fe7.mjs…
-
Saying this is a piece of art is an understatement - this library is in the upper echelon with things like Zod, tRPC or even Typescript itself or linters. Thank you Poimandres, @dai-shi .
I ported …
-
Hi,
I'm very interested in your project. I've checked a lot of tutorials online around T3 stack, and I only found this repo has all the good stuff I want.
Can you add code for CRUD for the produc…
-
would be awesome if we could support elysia as well https://elysiajs.com/plugins/trpc.html
i can try to attack the adapter, if given some pointers what should I do
-
When I upload a pdf in the dashboard, I start getting a failed POST request which starts repeating infinitely:
`POST http://localhost:3000/api/trpc/getFile?batch=1 `
In the network tab, th…
-
In the critter capture club POC, I used simple shared key authentication for "subscribing for to a feed". While that would probably be fine, we also need a general purpose way for services to talk to …
-
'use client'
import { getUserSubscriptionPlan } from '@/lib/stripe'
import { useToast } from './ui/use-toast'
import { trpc } from '@/app/_trpc/client'
import MaxWidthWrapper from './MaxWidthWra…
-
## Feature Request
Replacement for `browser.runtime.sendMessage`/`browser.runtime.connect`/`browser.tabs.sendMessage`. The APIs provided by Chrome are difficult to use, not type-safe, and leads to …
-
### Describe the feature you'd like to request
Hi, I'm very grateful that trpc supports streaming!
I have read the HTTP Batch Stream Link documentation and implemented the query as it was writte…