Alex / KATT
Alex / KATT
Made this PR to illustrate an issue. When running this test the api handlers are not covered by the coverage. ## Output from `npm run test` ``` Coverage file (11500...
See/try PR #26 for more details
In order for users to upload etc I guess we need to set up permissions in the project. I'm new to supabase: - Is it a configuration that can be...
Secondly, I think the supabase user should be propagated in the context so we don't even need to pass in a `userId`. Right now any user can get _any other_...
React version: * ## Steps To Reproduce > **See my draft PR** with failing tests ๐ #25066. Given the following code: ```ts // Factory function for creating hooks function createHooks()...
Client calls deciding if a procedure is a query or a mutation based on **naming conventions**. ## Summary ### How the code changes ```diff - await proxy.postById.query('1') + await proxy.postById('1')...
drafting
Closes # ## ๐ฏ Changes What changes are made in this PR? Is it a feature or a bug fix? ## โ Checklist - [ ] I have followed the...
### Provide environment information v10 ### Describe the bug https://github.com/trpc/trpc/tree/next/examples/next-prisma-starter-websockets has a type error when using latest version of `next-auth` [as shown here](https://github.com/trpc/examples-next-prisma-starter-websockets) ### To reproduce See failing build at...
Related: #2713 > In terms of the actual code. There is an edge-cases that I'd like us to consider: > > When people use dot-notation in their procedure names, I...