MatsDK
MatsDK
Hi, in `v0.3.3` the operations are sorted alphabetically (https://github.com/sachinraja/trpc-playground/pull/23), maybe that will help you.
The batching option was removed in [this commit](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796#diff-c6e2633179c18a8a604c321ac2808738fa30814bb95da642ff3f28d59eb81190), but it seems like a `httpBatchLink` was added [_here_](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796#diff-67d408760f40caae371f2a68f87bc0fdd45b81e75dc93e2b82393153e494ac29). So if you want to batch requests you should be able to do...
For me this is working on brave (windows 11). Maybe try installing `trpc-playground@latest`.
Hi, I think this is an issue with `CodeMirror`'s autocomplete plugin. You can trigger the autocompletion manually by pressing `Ctrl+Space`. You can do this after you type `trpc.`, this should...