535 Authentication failed 'Bad username password'

Is Capacitor + T3-Stack possible?
Next.js dynamic route param typesafety
react query question
TRPC multiple mutation procedure
Load theme from cookies without fouc
tRPC Subscription WebSockets can't subscribe
TRPCClientError: Unexpected request method PATCH
TRPCClientError: Unexpected request method PATCH
[solved] Running into build error with import even when it works locally.
Layout.tsx importing Header.tsx both in same directory, but still runs into build error.
does anyone know how i can serve a subdirectory in vercel?
is there a way stop vite client from re-connecting to the server?
GET http://127.0.0.1:3000/ net::ERR_CONNECTION_REFUSED
they have nothing on their site. should I just modify client.ts?...Help me write a cleaner method?
{url: string, size: number}. I want to end up with the following: ...using react.useRef with a dynamic elements list. is this a bad practice?
Functions type for key of objects with specific key
How to figure out how long a postgres sql query will take
SELECT "proposalId", string_agg("ProposalDateRanges"."from" || ',' || "ProposalDateRanges"."to", ';') FROM "public"."ProposalDateRanges" WHERE "ProposalDateRanges"."proposalId" = '{{169303871__id}}' GROUP by "ProposalDateRanges"."proposalId"
SELECT "proposalId", string_agg("ProposalDateRanges"."from" || ',' || "ProposalDateRanges"."to", ';') FROM "public"."ProposalDateRanges" WHERE "ProposalDateRanges"."proposalId" = '{{169303871__id}}' GROUP by "ProposalDateRanges"."proposalId"
Should I start with what I know, or what I don't?
Prisma type safety

Order results by a nested relation's DateTime with Prisma
Conversation model which has one-to-many relationship with Messages. I want to order the conversations by the most recent message, but it seems Prisma doesn't have a way to do this??? I need pagination so I can't do this after querying either, so is my only solution to write the SQL myself? I get the love for Prisma, but there are so many things missing 🙃Prisma - Timed out fetching a new connection from the connection pool
can I remove prisma and trpc from T3 app if I want to?
Alternative to TypeScript Classes
variables.ts), and there is no partial keyword in TypeScript like there is in C#, so I have to stick thousands of lines of code in the same file (to avoid circular imports).
...