brr
brr
Explore posts from servers
TTCTheo's Typesafe Cult
Created by brr on 12/29/2022 in #questions
prisma folder and db nowhere to be found in docker container
but im curious if its a security risk now
4 replies
TTCTheo's Typesafe Cult
Created by brr on 12/29/2022 in #questions
prisma folder and db nowhere to be found in docker container
yes but its not there, I solved the problem
4 replies
TTCTheo's Typesafe Cult
Created by brr on 12/28/2022 in #questions
Docker is failing on openssl1.1-compat
closing the post, comments in ^ solved my issue it seems
3 replies
TTCTheo's Typesafe Cult
Created by brr on 12/28/2022 in #questions
Docker is failing on openssl1.1-compat
3 replies
TTCTheo's Typesafe Cult
Created by brr on 12/26/2022 in #questions
trying to access req and res in trpc query
.close
12 replies
TTCTheo's Typesafe Cult
Created by brr on 12/26/2022 in #questions
trying to access req and res in trpc query
worked ty!, had to modify the CreateContextOptions type too, adding the req and res there
12 replies
TTCTheo's Typesafe Cult
Created by brr on 12/26/2022 in #questions
trying to access req and res in trpc query
yeah I will thanks
12 replies
TTCTheo's Typesafe Cult
Created by brr on 12/26/2022 in #questions
trying to access req and res in trpc query
looks solid don’t think I saw this thanks!
12 replies
TTCTheo's Typesafe Cult
Created by brr on 12/26/2022 in #questions
trying to access req and res in trpc query
I can definitely take another crack at it
12 replies
TTCTheo's Typesafe Cult
Created by brr on 12/26/2022 in #questions
trying to access req and res in trpc query
I took an example from the t3 docs
12 replies
TTCTheo's Typesafe Cult
Created by brr on 12/26/2022 in #questions
trying to access req and res in trpc query
but very briefly
12 replies
TTCTheo's Typesafe Cult
Created by brr on 12/26/2022 in #questions
trying to access req and res in trpc query
I did try that tbh
12 replies
TTCTheo's Typesafe Cult
Created by Kenzo on 10/29/2022 in #questions
Add Admin Role to T3 Stack
hmm not sure sorry
12 replies
TTCTheo's Typesafe Cult
Created by Kenzo on 10/29/2022 in #questions
Add Admin Role to T3 Stack
what you can do is start the user id with the role name e.g admin , then check that the first 4 letters of id are admin
12 replies
TTCTheo's Typesafe Cult
Created by brr on 10/6/2022 in #questions
react query question
!close
4 replies
TTCTheo's Typesafe Cult
Created by Wezter on 10/4/2022 in #questions
Cross platform stack (web & mobile)
yeah I agree, tbh I'm quite new to tailwind was looking for something react query related and this thread popped up lol, someone might have better / cleaner solutions
51 replies
TTCTheo's Typesafe Cult
Created by Wezter on 10/4/2022 in #questions
Cross platform stack (web & mobile)
you can put the styles outside your function or in another document
const styles = `bg-slate-100 rounded-xl p-8 dark:bg-slate-800 text-red-300`;
const styles = `bg-slate-100 rounded-xl p-8 dark:bg-slate-800 text-red-300`;
then import and
return <div className={styles}>random text</div>;
return <div className={styles}>random text</div>;
intellisense won't really work though this way afaik
51 replies
TTCTheo's Typesafe Cult
Created by Wezter on 10/4/2022 in #questions
Cross platform stack (web & mobile)
I'm not 100% sure on this, but I think I seen it somewhere
51 replies
TTCTheo's Typesafe Cult
Created by Wezter on 10/4/2022 in #questions
Cross platform stack (web & mobile)
so it can be like an external style sheet afaik
51 replies
TTCTheo's Typesafe Cult
Created by Wezter on 10/4/2022 in #questions
Cross platform stack (web & mobile)
agreed, I think you can also define all the styles in a function outside your component and then just call it
51 replies