input type file is cleaned upon tab change

Environment Variable Error when using prisma client directly in getStaticProps?
How to handle Failing Unique Constraints?
Old codebase, outdated tool chain - how to limit the blast?
Can't figure out how to disconnect in prisma
feed from user for like 2 hours now, and I can't figure out what part I'm getting wrong, my function looks like this:
```Typescript
removeUserFromFeed: protectedProcedure
.input(z.object({ feedId: z.string() }))
.query(async ({ ctx, input }) => {...T3 NextAuth - Email Provider WITH Username
Could someone help me debug this error?
../../packages/auth/src/auth-options.ts(19,22): error TS2339: Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
Context: Turborepo based on create-t3-turbo, I got the right prisma schema but im not sure where else to look...Prevent trpc refetching
Using multiple git accounts in VsCode
Unstyled component library recommendation
Zod form email required
Next Image and Caching. High RAM usage.
how to delete a child object in prisma
How to return multiple prisma calls with trpc
Proxy prisma calls to FE with tRPC
Prisma allowing empty DB fields

NextAuth-Try signing in with a different account

media files do not show on my netlify site when I deploy my astro project.
src directory and they work fine. but the media files in public directory do not show up.
...Confused on types of prisma responses, and how to access the data inside.
Do Planet Scales 'Dump' & 'Restore-Dump' via the CLI restore data + schemas or JUST the schemas?
pscale database dump [database] [branch], will this save and backup the data, and then I can restore the database including all schemas + saved data via restore-dump <DATABASE_NAME> <BRANCH_NAME> ? Or will it just restore the schemas?
...just asking to make extra sure, I'm a little scared 😅...