William Villeneuve
William Villeneuve
For my own use I've hacked together some very basic support for adding tags: https://github.com/arvindch/pockyt/compare/master...ciiqr:master this will need to be cleaned up and expanded upon (only supports `tags_replace`) before any...
including package.json diff for clarity on the versions changed: ```diff diff --git a/apps/desktop/package.json b/apps/desktop/package.json index e7ecd62..3e5ac47 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -11,11 +11,11 @@ }, "dependencies": { "@t3-oss/env-nextjs": "0.9.1",...
Not sure if others have had success creating migrations on schemas with a `crdb_internal_region` enum. Presently (with prisma 5.17.0) `prisma migrate dev` errors saying my schema has drifted (full reproduction/demo...
Might be a bit more effort than just ignoring types entirely, but it would be cool if this could mark types referenced from used exports as used (ie. in the...