CT3A redirect to deeper route
/dashboard/[setting].tsx page which I use to load the dashboard settings, blah blah you get the idea.
How do I redirect /dashboard to /dashboard/${settingId} (I have settingId already and it is safe to assume it will be a valid URL)...SessionProvider Context Noob Question

create-t3-app not working with yarn 3?
fix create-t3-app (and trpc) dangerous default?
planet scale vs digital ocean?
Signin in turborepo t3
Zod - `require_error` in string not working when also using `min`
z.string({ require_error: "Name is required"}).min(2, { message: "Name must be at least 2 characters"});
z.string({ require_error: "Name is required"}).min(2, { message: "Name must be at least 2 characters"});
TailwindCSS Plugin - Allow arbitrary values
Little Breakpoint Utility Component Help
Cannot get the document of an iframe

Zod inferred union type does not work properly; 'hackerProfile' does not exist on type...
vercel lambda warm up
is there an image lazy loading library for astro?
Blurr-Hash with helps with lazy loading images in a really cool and efficient way.
but the thing is I also want to use this component from @astro/image called Picture where I can specify multiple versions/sizes of images.
and I don't know how to combine both, then I thought there must be some library for this that is specific to astro. unfortunately I found non....How to infer the ref type of a component?
Handling prisma errors
name, surname, email
Should I validate manually that those fields are unique and throw an error if not or should I just let prisma do it?
I guess that the 2nd solution is better. How do I map prisma errors to show more human friendly messages than this: ```ts
{
"statusCode": 500,...Next.js middleware with NextAuth server session?
Casl.js with create-t3-app
Typing component based on props
url is passed as a prop, I want the type of the component to be an HTMLAnchor element, if I pass in an onClick I want it to be an HTMLButton etc.
I have the following but it doesn't seem to work. It lets me pass in both an onClick and an href, which shouldn't be possible as href doesn't exist on HTMLButton...Audio Recording and Playback.
NextAuth CredentialsProvider + database strategy