Alisson Cavalcante Agiani

Results 188 comments of Alisson Cavalcante Agiani

Actually what I would love is to convert Arktype to JSON-Schema so I can write Arktype contracts that go straight to swagger

Was it a monorepo?

So you had dependencies with workspace on the root folder and it still worked?

Oh wait, you used `pnpm dlx`

Was this given up because of something else?

So any updates on this? @renatocron gave a thorough reproduction and the final answer was the dev removing itself from the issue.

Where is the source on this? Can you provide a link to the docs? I'm on MySQL 8.0.31 and if I try to use RETURNING on INSERT it throws an...

No mention of RETURNING here: https://dev.mysql.com/doc/refman/8.4/en/insert.html

Sure, I have something like this in my `package.json`: ``` "run-if-changed": { "pnpm-lock.yaml": "pnpm i", "prisma/rise/migrations/**/*.sql": "pnpm migrate-all", "prisma/rise_private/migrations/**/*.sql": "pnpm migrate-all", "prisma/rise_audit/migrations/**/*.sql": "pnpm migrate-all", "packages/db/src/seed.ts": "pnpm --filter db seed &&...