T
tRPC
Change Theme
Search Answer Overflow
Login
trash
Posts
Comments
T
tRPC
•
Created by Michael Schaufelberger on 6/13/2023 in
#❓-help
What's the benefit of using the context instead of a direct import for the database connection?
i think people are doing it so they don’t have to import it everytime which is trivial to me. curious others people thoughts
12 replies
T
tRPC
•
Created by function on 5/14/2023 in
#❓-help
Why does this starter with Prisma have it's own postinstall script?
i’d say if it works with it removed then make a PR?
4 replies
T
tRPC
•
Created by bassamanator on 5/15/2023 in
#❓-help
TRPCClientError when creating a db entry without `updatedAt` value?
haha awesome! hope it’s helpful 🙂
7 replies
T
tRPC
•
Created by root on 5/14/2023 in
#❓-help
Type error: The inferred type of 'trpc' cannot be named without a reference....
i’d be surprised if that the case. does the error actually go away when you disable those?
6 replies
T
tRPC
•
Created by bassamanator on 5/15/2023 in
#❓-help
TRPCClientError when creating a db entry without `updatedAt` value?
this is a prisma question not a trpc one. based on the error sounds like you need to provide a value for updatedAt
7 replies
T
tRPC
•
Created by sachin on 4/16/2023 in
#❓-help
test post 2
(nm
your
profile
says
it
)
13 replies
T
tRPC
•
Created by sachin on 4/16/2023 in
#❓-help
test post 2
@Rhys this is your bot yeah?
13 replies
T
tRPC
•
Created by sachin on 4/16/2023 in
#❓-help
test post 2
neat!
13 replies
T
tRPC
•
Created by nehalist on 4/14/2023 in
#❓-help
Has anyone ever used tRPC (with SSR) and i18n?
cc @Tom - QuiiBz i know you have a next i18n lib so maybe you have some pointers
35 replies
T
tRPC
•
Created by hagabaka on 4/10/2023 in
#❓-help
Typed wrappers for procedures
i wonder if this is what happens when you try to leverage types that are internal to the package, i have tried myself though tbh @julius does that sound right? just guessing
15 replies
T
tRPC
•
Created by Hussam on 3/30/2023 in
#❓-help
The inferred type of this node exceeds the maximum length the compiler will serialize.
tldr; it generate a d.ts file for every file. which is unnecessary in most cases
19 replies
T
tRPC
•
Created by Hussam on 3/30/2023 in
#❓-help
The inferred type of this node exceeds the maximum length the compiler will serialize.
in the past we have recommended turning off that option if you dont need it
https://www.typescriptlang.org/tsconfig#declaration
19 replies