zsrobinson
TTCTheo's Typesafe Cult
•Created by nikdav on 7/23/2023 in #questions
Website for local/generic barber
Yeah I think Astro would be a really good choice for something that's just static like this. Though, it would be neat to make some sort of appointment booking system separately if the goal is to get practice with the t3 stack, even if your barber friend doesn't actually need it
15 replies
TTCTheo's Typesafe Cult
•Created by zsrobinson on 7/9/2023 in #questions
Wait for ISR Revalidation (rather than showing stale data)
That’s what I ended up doing in the short term, but there are still situations where you might still want to cache a value, such as if you’re accessing a rate limited API
6 replies
TTCTheo's Typesafe Cult
•Created by Morraez on 5/13/2023 in #questions
T3 for a chat app
Yeah that seems like it could be a good way to go about it, that's pretty much what all those other web socket providers are doing
17 replies
TTCTheo's Typesafe Cult
•Created by Meyer on 5/13/2023 in #questions
Clerk profile
It just makes it easier to transition to another auth provider if needed, as well as storing that extra data you have in another column of that table
11 replies
TTCTheo's Typesafe Cult
•Created by Meyer on 5/13/2023 in #questions
Clerk profile
I've heard that it's not a bad idea to have your own users table, and map the clerk user IDs to your own ids that you can use throughout the rest of your database (I think I saw theo mention this on twitter, though I wouldn't be able to find the tweet)
11 replies
TTCTheo's Typesafe Cult
•Created by Morraez on 5/13/2023 in #questions
T3 for a chat app
Nextjs doesn't force you into deploying on serverless, so you could always just put it on some random VPS if you don't expect to be the next whatsapp
17 replies
TTCTheo's Typesafe Cult
•Created by Morraez on 5/13/2023 in #questions
T3 for a chat app
Server sent events have the same problems that web sockets do in regards to deploying on serverless I believe
17 replies
TTCTheo's Typesafe Cult
•Created by lucca on 3/8/2023 in #questions
How to add admonitions/call-outs and code block file names to an Astro site?
Copy and paste it is I guess!
13 replies
TTCTheo's Typesafe Cult
•Created by lucca on 3/8/2023 in #questions
How to add admonitions/call-outs and code block file names to an Astro site?
If you scroll down to the bottom of each of those integration files, it looks like they may have intended to publish them at some point? They specify a package name when exporting the integration, but I can't seem to find any reference to it on npm...
13 replies
TTCTheo's Typesafe Cult
•Created by lucca on 3/8/2023 in #questions
How to add admonitions/call-outs and code block file names to an Astro site?
It seems like the astro docs repo has a few of these custom integrations with surprisingly good code comments, they have one for the call outs thing and another for the file name thing. I can't say I'd know how to hook it all up, but maybe it's a good place to start?
https://github.com/withastro/docs/blob/main/integrations/astro-asides.ts
https://github.com/withastro/docs/blob/main/integrations/astro-code-snippets.ts
13 replies
TTCTheo's Typesafe Cult
•Created by zsrobinson on 2/9/2023 in #questions
Delete PlanetScale Organization
Cool thanks!
5 replies
TTCTheo's Typesafe Cult
•Created by zsrobinson on 2/9/2023 in #questions
Delete PlanetScale Organization
Apparently I'm also not able to delete my account to remove the organizations since it prompts to reenter your password even if you only signed in with github
5 replies