Fernando Maclen
Fernando Maclen
The implementation of `routes/devTools.json` expects `DATABASE_URL` to be set and an actual DB to be migrated. That probably shouldn't be the case. Once we removed the need to migrate/seed a...
We have a _corrupt_ `Unmigratable.vault` we use to test that when a vault isn't migratable an error is displayed to the user. But when the test runs it modifies this...
```shell Circular dependency: node_modules/semver/classes/comparator.js -> node_modules/semver/classes/range.js -> node_modules/semver/classes/comparator.js ``` This is a conflict between Semver and Rollup: https://github.com/npm/node-semver/issues/381
- It should detect columns and add drop-downs for each one - The user can use the drop-downs to match each column with one of [`CanutinFile`](https://github.com/Canutin/desktop-2/blob/master/sveltekit/src/routes/import.json/%2Bserver.ts#L58-L61)'s types - **Nice-to-have**: add...
https://playwright.dev/docs/test-snapshots Tests to capture: - The big picture - Balance sheet - Transactions - Developer tools - Vault error
- If new migrations are available, create a copy of the vault file, then `runPrismaMigrate()`. - Add a timestamp to the backup copy filename. - Maybe: keep backup copy of...
``` warn(prisma-client) There are already 10 instances of Prisma Client actively running. ``` - Needed to instantiate new PrismaClient's in some cases because the queries appear to returned cached data....