adiguno
adiguno
TTCTheo's Typesafe Cult
Created by adiguno on 12/21/2023 in #questions
Vercel has great fonts, but which is it?
ohhhh, right... Thanks Vincent!
5 replies
TTCTheo's Typesafe Cult
Created by adiguno on 5/20/2023 in #questions
onHover tailwindCSS
thank you so much
9 replies
TTCTheo's Typesafe Cult
Created by adiguno on 5/20/2023 in #questions
onHover tailwindCSS
Okay, that was the issue
9 replies
TTCTheo's Typesafe Cult
Created by adiguno on 5/20/2023 in #questions
onHover tailwindCSS
oh, whole class
9 replies
TTCTheo's Typesafe Cult
Created by adiguno on 5/20/2023 in #questions
onHover tailwindCSS
9 replies
TTCTheo's Typesafe Cult
Created by adiguno on 5/20/2023 in #questions
onHover tailwindCSS
mb, should've included this:
const hightLightedButtonColors = [
"bg-red-700",
"bg-green-700",
"bg-purple-700",
"bg-blue-700",
"bg-cyan-700",
];
const hightLightedButtonColors = [
"bg-red-700",
"bg-green-700",
"bg-purple-700",
"bg-blue-700",
"bg-cyan-700",
];
9 replies
TTCTheo's Typesafe Cult
Created by Gabriel on 2/11/2023 in #questions
How could I create a multi-tenant application with the T3 stack?
Also, if you’re serious about startup, I’d also suggest talking to your target users first… otherwise, you’ll still learn
12 replies
TTCTheo's Typesafe Cult
Created by Gabriel on 2/11/2023 in #questions
How could I create a multi-tenant application with the T3 stack?
Start with some basic user flows and break down each component so you can prioritize
12 replies
TTCTheo's Typesafe Cult
Created by Gabriel on 2/11/2023 in #questions
How could I create a multi-tenant application with the T3 stack?
I think you’ll need to break this down into more digestible, well defined pieces
12 replies
TTCTheo's Typesafe Cult
Created by Gabriel on 2/11/2023 in #questions
How could I create a multi-tenant application with the T3 stack?
So, a role based auth guard for 2 pages?
12 replies
TTCTheo's Typesafe Cult
Created by Lois on 12/30/2022 in #questions
tutorial hell unhandle runtime error
If the error message is still the same, “unique constraint”, clean up your db or use different tweetid and usrId
51 replies
TTCTheo's Typesafe Cult
Created by amanuel on 11/1/2022 in #questions
Shadow db with prisma
np, I wasn't building roundest so I'm not sure if there's other catches ahead
21 replies
TTCTheo's Typesafe Cult
Created by amanuel on 11/1/2022 in #questions
Shadow db with prisma
still not sure what is a good way to handle it though 🤷 since we only have 2 db main/dev, and shadow generates a third temporary one for dev
21 replies
TTCTheo's Typesafe Cult
Created by amanuel on 11/1/2022 in #questions
Shadow db with prisma
"If you are developing against a cloud-based database (for example, on Heroku) and are currently prototyping such that you don't care about generated migration files and only need to apply your Prisma data model to the database schema, you can run prisma db push instead of the prisma migrate dev command."
21 replies
TTCTheo's Typesafe Cult
Created by amanuel on 11/1/2022 in #questions
Shadow db with prisma
21 replies
TTCTheo's Typesafe Cult
Created by amanuel on 11/1/2022 in #questions
Shadow db with prisma
I've had the same problem (when following theo's roundest project)
21 replies
TTCTheo's Typesafe Cult
Created by taco is a friend of bluey 🥥🌴 on 10/9/2022 in #questions
Just started trying to learn prisma through the docs and I'm getting an error
10 replies