Alex / KATT

Results 143 issues of Alex / KATT

Closes #4129 ## 🎯 Changes You can test this by installing `@trpc/server@tmp` / `@trpc/client@tmp` / .. etc ## βœ… Checklist - [ ] I have followed the steps listed in...

🚧 wip

Ref #5484 ## 🎯 Changes Removes unstable imports ## βœ… Checklist - [ ] I have followed the steps listed in the [Contributing guide](https://github.com/trpc/trpc/blob/main/CONTRIBUTING.md). - [ ] If necessary, I...

🚧 wip

### Describe the feature you'd like to request We use a bunch of imports from `@trpc/server/unstable-core-do-not-import`. ### Describe the solution you'd like to see We should prefer using `@trpc/server` whenever...

- Closes #4477 - Closes #1853 tl;dr is that queries and mutations can return generator functions, and you can "just" use them https://github.com/trpc/trpc/blob/77f23db4f5b54ed97e01fd50cff98602d2b6ca27/packages/tests/server/tupleson.test.ts#L383-L399 ## 🎯 Changes Proof of concept of...

πŸ™‹β€β™‚οΈ help wanted
@trpc/server
@trpc/client
πŸ•Έ www

Closes # ## 🎯 Changes Added a clone of the big router example with some composite setup (aka project references) > Was curious if it sped up VSCode, but it...

https://www.totaltypescript.com/method-shorthand-syntax-considered-harmful ## 🎯 Changes add `@typescript-eslint/method-signature-style`

### Describe the feature you'd like to request Make it possible to handle biiiiig input payloads on queries by allowing queries to be sent through HTTP `POST`. ### Describe the...

βœ… accepted-PRs-welcome

Closes #1963 ## 🎯 Changes - Not working. - Only had a stab at getting the types to, the JS-part is usually easy after - Exact API doesn't have to...

πŸ™‹β€β™‚οΈ help wanted
🚧 wip

> Not working. Help appreciated. ## 🎯 Changes Attempt to add [vite workspaces](https://vitest.dev/guide/workspace) so we could put tests anywhere and it'd just work Got something running, but it's not really...

πŸ™‹β€β™‚οΈ help wanted