Joël Galeran
Joël Galeran
Dashboard for debug logs: https://developer.mend.io/github/prisma/prisma
https://github.com/prisma/prisma/runs/7883341703?check_suite_focus=true#step:6:728 ``` Cannot find module 'tsd/dist/lib/formatter' from 'src/__tests__/types/types.test.ts' ``` "Solved" by keeping tsd "0.21.0"
I had to - keep @swc/core 1.2.204 for internals (Because the `spyOn` error `TypeError: Cannot redefine property: sendPanic`) https://github.com/prisma/prisma/pull/14046#pullrequestreview-1022895561 - keep sqlite-async 1.1.3 in the ` integration-tests` run because of...
Fails with ``` Error: src/Studio.ts(125,11): error TS2322: Type 'string | undefined' is not assignable to type 'App | readonly App[] | undefined'. Type 'string' is not assignable to type 'App...
This is not the same test. It is still skipped here https://github.com/prisma/prisma/blob/main/packages/client/src/__tests__/integration/errors/referentialActions-onDelete-default-foreign-key-error-sqlserver/test.ts#L7-L10 I'll open a PR
I'll let @aqrln review, note from the past We mentioned in https://github.com/prisma/prisma/pull/13823 that `We want to upgrade directly to 5.x later.`, I'm not sure why. Maybe it's fine to do...
Note, like Jan said, the [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma) handles that automatically. Also, you don't need to restart VS Code, this one from the command palette will do it perfectly:...
@paulolima1212 I guess you are trying to show something from an image? Unfortunately, the image is not attached and only shows as `[image: image.png]` Please provide the image / more...
@paulolima1212 I'm unsure exactly what problem you have, it seems unrelated to this issue, so opening a discussion or an issue with more details would help. Make sure to run...
I can reproduce with `4.2.1` but not `4.3.1`, it seems it was fixed.