not a robot
not a robot
Explore posts from servers
TTCTheo's Typesafe Cult
Created by IsoPhoenix on 5/31/2023 in #questions
System dark mode not detected when using darkMode: "media" in tailwind.config.ts
The _app.tsx
6 replies
TTCTheo's Typesafe Cult
Created by IsoPhoenix on 5/31/2023 in #questions
System dark mode not detected when using darkMode: "media" in tailwind.config.ts
I think your config only works if you add dark to the root of your project
6 replies
TTCTheo's Typesafe Cult
Created by IsoPhoenix on 5/31/2023 in #questions
System dark mode not detected when using darkMode: "media" in tailwind.config.ts
I would use next-themes
6 replies
TTCTheo's Typesafe Cult
Created by not a robot on 5/30/2023 in #questions
Typescript issue causing trpc functions to not have type checking
it works now
4 replies
TTCTheo's Typesafe Cult
Created by not a robot on 5/30/2023 in #questions
Typescript issue causing trpc functions to not have type checking
I just realized I mismatched the trpc versions
4 replies
TTCTheo's Typesafe Cult
Created by not a robot on 5/30/2023 in #questions
Typescript issue causing trpc functions to not have type checking
welp
4 replies
TTCTheo's Typesafe Cult
Created by not a robot on 12/25/2022 in #questions
Can't figure out how to disconnect in prisma
thanks
7 replies
TTCTheo's Typesafe Cult
Created by not a robot on 12/25/2022 in #questions
Can't figure out how to disconnect in prisma
Ok i did that and it worked
7 replies
TTCTheo's Typesafe Cult
Created by not a robot on 12/25/2022 in #questions
Can't figure out how to disconnect in prisma
Unfortunately, that doesn't work and just returns Type '{ id: string; }' is not assignable to type 'Enumerable<UserFeedsWhereUniqueInput> | undefined'.
7 replies
TTCTheo's Typesafe Cult
Created by not a robot on 11/2/2022 in #questions
How to make a trpc function run automatically on start-up of server.
got it thanks
67 replies
TTCTheo's Typesafe Cult
Created by not a robot on 11/2/2022 in #questions
How to make a trpc function run automatically on start-up of server.
ok thank you
67 replies
TTCTheo's Typesafe Cult
Created by not a robot on 11/2/2022 in #questions
How to make a trpc function run automatically on start-up of server.
so publicProcedure is ok since I don't need a user on this function?
67 replies
TTCTheo's Typesafe Cult
Created by not a robot on 11/2/2022 in #questions
How to make a trpc function run automatically on start-up of server.
I just did {session: null} though
67 replies
TTCTheo's Typesafe Cult
Created by not a robot on 11/2/2022 in #questions
How to make a trpc function run automatically on start-up of server.
wait but I don't need a user to run the function, I'm confused why I have to pass it in
67 replies
TTCTheo's Typesafe Cult
Created by not a robot on 11/2/2022 in #questions
How to make a trpc function run automatically on start-up of server.
67 replies
TTCTheo's Typesafe Cult
Created by not a robot on 11/2/2022 in #questions
How to make a trpc function run automatically on start-up of server.
so would I need to pass a user into this because what it does doesn't require any users and just updates the feeds for all users
67 replies
TTCTheo's Typesafe Cult
Created by not a robot on 11/2/2022 in #questions
How to make a trpc function run automatically on start-up of server.
so someone wouldn't be able to just call an api endpoint and run it?
67 replies
TTCTheo's Typesafe Cult
Created by not a robot on 11/2/2022 in #questions
How to make a trpc function run automatically on start-up of server.
quick question but is publicProcedure safe to use? like would anyone be able to run it?
67 replies
TTCTheo's Typesafe Cult
Created by not a robot on 11/2/2022 in #questions
How to make a trpc function run automatically on start-up of server.
Ok I got it from here thanks
67 replies
TTCTheo's Typesafe Cult
Created by not a robot on 11/2/2022 in #questions
How to make a trpc function run automatically on start-up of server.
yep I just want to call a function that require no session every x minutes
67 replies