-
### Provide environment information
```
Binaries:
Node: 18.15.0 - ~/.nvm/versions/node/v18.15.0/bin/node
npm: 9.5.0 - ~/.nvm/versions/node/v18.15.0/bin/npm
pnpm: 8.1.0 - ~/.nvm/ve…
-
### Provide environment information
```
System:
OS: macOS 13.5
CPU: (10) arm64 Apple M1 Max
Memory: 1015.47 MB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.15.0 …
-
### Provide environment information
```
System:
OS: macOS 13.1
CPU: (8) x64 Apple M1
Memory: 18.31 MB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 18.12.1 - ~/.nvm/…
-
### Describe the feature you'd like to request
**See example repo (https://github.com/rhinodavid/trpc-server-definition) for all the details**
My request is similar to the one @iduuck wrote abou…
-
I'm using bun with sveltekit (svelte 5) and trpc-svelte.
I also want to include this adapter to use tanstack query for svelte.
Main problem is when I'm trying to access data
![image](https://gith…
-
**Version 1.13.3**: Works fine.
**Version 2.0.0**: Din't work.
I'm using TRPC in my application (Electron + Vite + Vue + Typescript), according to the [TRPC documentation](https://trpc.io/docs/ser…
-
### Describe the feature you'd like to request
I would like trpc query keys to have some prefix (e.g. 'trpc') to make it easy to identify them when setting up a QueryClient. This is useful when the…
-
I get this error when my linter runs over the bunx create-t3-app starting repo. I also get this linting error when i install zod separately into a empty repo. **The code runs fine tho**. I don't know …
-
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 …
-
### Area of Improvement
When following the WebSocket configuration guide, I found it lacking of some information that I think would be a good addition:
- How to setup WebSocket client along the …