Felix Zedén Yverås
Felix Zedén Yverås
**EDIT** The fix has now been merged and this comment is therefore outdated. --- I have now confirmed that the fix in #408 works for me and set up a...
> I don't think this solves my specific problem completely but it would at least provide a workaround. Actually, it might. If it was possible to create multiple `Supabase` instances...
The `file:///[REDACTED]/build/reports/dependency-analysis/build-health-report.txt` file does exist but it is not printed to stdout, neither is it in json format.
Indeed, next to `build-health-report.txt` there was a `build-health-report.json`. Setting `dependency.analysis.print.build.health=true` in the project-wide gradle.properties also caused the expected printout. Thank you! I think the `dependency.analysis.print.build.health=true` requirement should be more obviously...
Related issue from yq: https://github.com/mikefarah/yq/issues/1004 And suggested solution: https://mikefarah.gitbook.io/yq/operators/load#replace-all-nodes-with-referenced-file --- EDIT I was able to construct a yq query to replace `$ref` with local refs in a json file. The...
For future readers: note that #2702 was [closed in favor](https://github.com/vercel/swr/issues/2702#issuecomment-1862305338) of this issue.
I would also prefer using SQLite for testing. To me, mocking the `PrismaClient` defeats 90%+ of the purpose of testing. I want to be confident that my `schema.prisma` file can...
This is not a fix for the original problem but a manual workaround if you are simply looking to format the documentation you are currently writing. Dirty workaround using prettier...
This applies for `@interface mode:relational` as well. postgraphile: `5.0.0-beta.26`