Jan Piotrowski
Jan Piotrowski
Hey, Jan from Prisma Engineering here. Quick heads up that we will soon rename our `@prisma/sdk` package to `@prisma/internals` with Prisma 4, which we plan to release on June 28th...
closes #72
When installing https://github.com/apps/background-check to one of my repositories, these were the permissions requested: > ... permissions: > > - Read access to code > - Read access to metadata >...
I installed `mysql` first, then found out the tool I was using can not connect to MySQL 8. Then I uninstalled it, and installed MySQL 5.7.18 (explicitly). It "worked", but...
Could you add some documentation what this is about and how it works?
Right now the node installations are identified by their version number. This totally makes sense if the version is all you care about. But if you really want to know...
related to https://www.notion.so/prismaio/raw-query-changes-c5e62db4ece845eca38d1465c55bdb1c
Currently the projects in `deployment-platforms` are kind of a blind spot as we do not have tests for them that are automatically run. Succeeding tests on PRs to these projects...
Currently we exclude some folder in the repo from running tests: https://github.com/prisma/prisma-examples/blob/cb99c8c51c710a5b500229b6de385eb81befddd3/.github/scripts/test-all.sh#L18 That leads to problems and confusion like this: https://github.com/prisma/prisma-examples/pull/3020#pullrequestreview-705687840  Looks like we are testing something, but we...