H
H
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Tacoboi99 on 10/10/2023 in #questions
Hi! How to not render header component on register and log in page.
6 replies
TTCTheo's Typesafe Cult
Created by Tacoboi99 on 10/10/2023 in #questions
Hi! How to not render header component on register and log in page.
im guessing u are using pages routes you can do what we call per-page layouts
6 replies
TTCTheo's Typesafe Cult
Created by MALEV0L3NT on 10/8/2023 in #questions
React-toastify display toast from Next.js api route
Tho res.send is express syntax u have to find equivalent of that in next
9 replies
TTCTheo's Typesafe Cult
Created by MALEV0L3NT on 10/8/2023 in #questions
React-toastify display toast from Next.js api route
I believe u can do something like res.send("the function is starting") on the first line of that next api route it will send a res without ending the exécution of the func u can then show that response on a toast in frontend
9 replies
TTCTheo's Typesafe Cult
Created by cornflour on 10/9/2023 in #questions
Button with 4 triangles at 4 corners
I would have done the 4 div solution for simplicity If u want another possible solution try using border by using an image as a reference there is a css proprety for taking an image as a border
5 replies
TTCTheo's Typesafe Cult
Created by cadams on 10/8/2023 in #questions
Non-primitive fields not showing on variables of type from RouterOutputs.
13 replies
TTCTheo's Typesafe Cult
Created by cadams on 10/8/2023 in #questions
Non-primitive fields not showing on variables of type from RouterOutputs.
U can do that by using prisma generated types
13 replies
TTCTheo's Typesafe Cult
Created by .traevelliath on 6/28/2023 in #questions
how to get rid of t3 icon in Head component?
and put ur head in _document.tsx it better
3 replies
TTCTheo's Typesafe Cult
Created by .traevelliath on 6/28/2023 in #questions
how to get rid of t3 icon in Head component?
delete the file favicon.ico in /public and rename urs as so
3 replies
TTCTheo's Typesafe Cult
Created by H on 6/20/2023 in #questions
youtube videos blur effect
but i found a better solution https://github.com/brunos3d/video-ambilight
5 replies
TTCTheo's Typesafe Cult
Created by H on 6/20/2023 in #questions
youtube videos blur effect
THANKS
5 replies
TTCTheo's Typesafe Cult
Created by H on 6/20/2023 in #questions
Ui component name
looks nice the thing is im lazy to do the styling of it logic isn't a problem
5 replies
TTCTheo's Typesafe Cult
Created by H on 6/7/2023 in #questions
blocked vercel account
i already tried no response all my project are down 😔
7 replies
TTCTheo's Typesafe Cult
Created by H on 6/7/2023 in #questions
blocked vercel account
7 replies
TTCTheo's Typesafe Cult
Created by NinjaBunny on 3/23/2023 in #questions
When should I not use tRPC
adding to the list having to send files to backend endpoints
50 replies
TTCTheo's Typesafe Cult
Created by H on 3/23/2023 in #questions
Sending file (image/video) to trpc procedure
having to send a file in a base64 encode is not prod ready for me
33 replies
TTCTheo's Typesafe Cult
Created by H on 3/23/2023 in #questions
Sending file (image/video) to trpc procedure
ugh honestly i don't think tRPC is ready for prod
33 replies
TTCTheo's Typesafe Cult
Created by H on 3/23/2023 in #questions
Sending file (image/video) to trpc procedure
yea that what i found
33 replies
TTCTheo's Typesafe Cult
Created by H on 3/23/2023 in #questions
Sending file (image/video) to trpc procedure
found this im gonna read about it https://github.com/nramkissoon/t3-s3
33 replies
TTCTheo's Typesafe Cult
Created by H on 3/23/2023 in #questions
Sending file (image/video) to trpc procedure
how would you do it
33 replies