Brian Lee
Brian Lee
@andrecasal called it. I've been fighting with this for days because it's my first time deploying a Vercel app using Remix and Nx 😩 Turns out it wasn't due to...
> @brian-dlee I was going through the docs and couldn't find a reference to `npx remix reveal`, could you please point me to it? @andrecasal Ah, it wasn't in the...
@janpio Here's an anonymized output from me running the CLI after my changes are applied. ``` node ./packages/cli/build/index.js migrate dev Prisma schema loaded from prisma/schema.prisma Datasource "db": MySQL database "my-db-name"...
Yep, that's right. I'm happy to make the same code changes to `prisma-engines` if you think that's necessary here. I'm not exactly an expert in Rust. My skill level is...
@Druue thanks for the update in the prisma engines for MySQL! I'm indeed using MySQL (migrating to cockroach actually). All your comments have been addressed. I appreciate your attention to...
I agree with the need for this. I can see how tracing can certainly help with identification. My issue is that slow queries show up in the logs, but tracking...