-
## What version of tRPC-Cpp are you using?
v1.2.0
## What operating system and compiler are you using?
OS: Arch Linux on Windows 10 x86_64
Kernel: 5.15.133.1-microsoft-standard-WSL2
Compiler: …
-
# Problem
We all love type-safe interaction between system components.
It's also a great idea to be able to use the same TypeScript types both in our server and client codebases, which is often re…
-
### What version of Bun is running?
1.1.29+6d43b3662
### What platform is your computer?
Darwin 23.4.0 arm64 arm
### What steps can reproduce the bug?
- Repro: https://github.com/sebast…
-
I've got a schema and inferred type in a library:
```ts
const schema = z.object({
name: z.string(),
address: z.string(),
});
type SchemaType = z.infer;
```
I'm importing this inferred ty…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
### Provide environment information
@trpc/client: 11.0.0-rc.477 => 11.0.0-rc.577+6b5a608eb
@trpc/server: 11.0.0-rc.477 => 11.0.0-rc.577+6b5a608eb
typescript: ^5.5 => 5.5.4
### De…
-
## Description
We need to enhance the dashboard organization repository by adding a functional branches dropdown in the layout menu. This involves updating the GitHub TRPC router to retrieve all bran…
-
Wanted to ask if you'd be open to adding an optional dev tool integration. Much like `@nestjs/graphql` exposes an option for `playground: true`. I'd love to add an integration for [trpc-panel](https:/…
-
### Provide environment information
```System:
OS: macOS 15.1
CPU: (8) arm64 Apple M1 Pro
Memory: 68.78 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.8.0 - ~/.l…
-
**Describe the bug**
I have a language switcher like:
```export function Switch() {
const changeLocale = useChangeLocale();
const currentLocale = useCurrentLocale();
const handleLocaleC…