utdev
Explore posts from serversTTCTheo's Typesafe Cult
•Created by utdev on 1/9/2024 in #questions
Nextjs 14 build issue
issue was that I was usign crypto on the client side it seems, fixed it now !close
6 replies
TTCTheo's Typesafe Cult
•Created by utdev on 1/9/2024 in #questions
Nextjs 14 build issue
I am not using any fancy eslint rules
6 replies
TTCTheo's Typesafe Cult
•Created by utdev on 1/9/2024 in #questions
Nextjs 14 build issue
hmm maybe but I have no idea what to look at or how to fix it
6 replies
TTCTheo's Typesafe Cult
•Created by utdev on 1/7/2024 in #questions
Trigger button click on useEffect
I am doing this now, forgot the sheet has an open props, works now
4 replies
TTCTheo's Typesafe Cult
•Created by utdev on 1/7/2024 in #questions
Update route info on click
ok sounds good to me ty
11 replies
TTCTheo's Typesafe Cult
•Created by utdev on 1/7/2024 in #questions
Update route info on click
Or something like this?
/dashboard?tab=overview&subtab=analytics
11 replies
TTCTheo's Typesafe Cult
•Created by utdev on 1/7/2024 in #questions
Update route info on click
@Yiannis The sidebar has 4 section which I can click, I thought of updating the route there aswell so I would have something like
/dashboard/overview/analytics
, /dashboard/overview/foo
etc.11 replies
TTCTheo's Typesafe Cult
•Created by utdev on 10/9/2023 in #questions
Should I use Promise.all? When should I use it
allSettled that was it
6 replies
TTCTheo's Typesafe Cult
•Created by utdev on 10/9/2023 in #questions
Should I use Promise.all? When should I use it
ty, I remember this one and I also remember there being a better function for promise all
6 replies
TTCTheo's Typesafe Cult
•Created by utdev on 7/16/2023 in #questions
Help adding trpc-openapi to t3 app
😕
20 replies
TTCTheo's Typesafe Cult
•Created by utdev on 7/16/2023 in #questions
Help adding trpc-openapi to t3 app
@ccccjjjjeeee yes but I am a bit confused I am "stuck" at this step:
Where would I need to put it and also would it listen to the same port?
20 replies
TTCTheo's Typesafe Cult
•Created by utdev on 7/16/2023 in #questions
Help adding trpc-openapi to t3 app
The t3 app runs on http://localhost:3000, not even sure if the baseUrl should be the same url in the
openApiDocument
20 replies
TTCTheo's Typesafe Cult
•Created by utdev on 5/27/2023 in #questions
Prisma zod enum validation
How can I properly use the enum type?
5 replies
TTCTheo's Typesafe Cult
•Created by utdev on 5/27/2023 in #questions
Prisma zod enum validation
This is my create route:
But I get this error
5 replies
TTCTheo's Typesafe Cult
•Created by utdev on 5/14/2023 in #questions
S3 File Upload
This is the frontend:
4 replies