Scalar lists but on Planetscale?
Handling OAuth Login Errors with Dynamically Generated URLs in Vercel Deployments

Prisma p.account.create() error "Column: for"
tRPC Error handling
if (exam) throw new TRPCError({ code: "BAD_REQUEST" });
if (exam) throw new TRPCError({ code: "BAD_REQUEST" });

❌ tRPC failed on partition.getAll: UNAUTHORIZED

Airtable OAUTH using NextAuth
i want to use airtable through oauth in my app and fetch data
this is the link to airtable oauth docs:
https://airtable.com/developers/web/guides/oauth-integrations ...
How to chain useQuery calls? | Use result from one query as input for another?

Astro Zod environment variable validation
create csv on the backend and server for download
is it "ideal" to directly fetch /api/trpc/route.procedure in another server
http://localhost:3000/api/trpc/route.exampleProcedure in this other server
the procedure is public anyway so handling request authentication doesnt need to be done...how to store actually boolean in mysql instead 0 and 1
Any good practices for creating trpc queries/mutes that don't use Prisma, in a t3 app that does.
Separate Routers : Creating separate tRPC routers with different contexts (one including the Prisma client)....
Type for request and response. Should they be shared?
How do you initialize/seed your DB with/for static values? (e.g. post categories)
Is there a way to make Typescript smarter when implementing a class?
create-t3-app Dockerizing base install fails with Prisma?
How to store session in DB using credentials provider?
mutate return value

Display modal on back button click
pushState under certain circumstances a dummy entry, so that when the user clicks back to leave the SPA, there's that buffer for us to detect popstate, show the modal, and then flip a boolean that will fix things up to allow back navigation afterward. However, it seems browsers have begun trying to skip duplicate entries when back is clicked, seeing discussions such as https://github.com/WICG/interventions/issues/21 and https://github.com/whatwg/html/issues/7832. I've thought about potentially doing some kind of client-side routing (we use React Router), and a <Prompt /> that'll get me there, but that seems like a bad idea both because it's hacky and because I don't believe navigation blocking are available in the same way in the newest version of RR....The inferred type cannot be named without a reference?
The inferred type of 'init' cannot be named without a reference to '.pnpm/@sentry+core@6.19.7/node_modules/@sentry/core/types/integrations'. This is likely not portable. A type annotation is necessary.
The inferred type of 'init' cannot be named without a reference to '.pnpm/@sentry+core@6.19.7/node_modules/@sentry/core/types/integrations'. This is likely not portable. A type annotation is necessary.