karlosos
karlosos
Explore posts from servers
TTCTheo's Typesafe Cult
Created by karlosos on 5/15/2024 in #questions
Weird rendering bugs on mobile. Is it NextJS or my CSS skills?
@michaeldrotar thanks mate, I appreciate it. I guess you might be right and it's a problem with my phone. I've tested it on another smartphone and couldn't replicate it. Weird, as I have not encountered it on other websites, just on my own.
4 replies
TTCTheo's Typesafe Cult
Created by karlosos on 10/1/2022 in #questions
trpc v10 Invalidating all queries from given router
Seems good! Thanks for the help
12 replies
TTCTheo's Typesafe Cult
Created by karlosos on 10/1/2022 in #questions
trpc v10 Invalidating all queries from given router
12 replies
TTCTheo's Typesafe Cult
Created by HansGabriel on 9/22/2022 in #questions
DB seeding
More specifically:
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
as regular ts-node won't work for t3 app.
18 replies
TTCTheo's Typesafe Cult
Created by karlosos on 9/17/2022 in #questions
setInfiniteQueryData and getInfiniteQueryData compatibility
This would work for setQueryData and getQueryData
2 replies