Serhii Tatarintsev
Serhii Tatarintsev
Problem: when we have a freshly instantiated client (haven't done any queries yet) and we execute multiple queries at the same event loop tick, each one of them will start...
Separate test suite, not using jest. Each test is launched in a child process to avoid polluting the heap by test setup code itself as much as possible. It runs...
### Bug description When running `prisma db push` command agains non-existing server, connection seems to always timeout after 30s. [Docs](https://www.prisma.io/docs/concepts/database-connectors/mongodb) suggest `connectTimeoutMS` query parameter can be used for changing this...
Hello! Thanks for the work on this plugin, we've been successfully using it for more than a year. However, recently we had a problem with it. Here is the simplified...
`gemini`, in its current state performs much more functions beyond its initial purpose "capture screenshot from a webpage and compare it with image on disk". It is now a single...
Looks like all we need is an action that executes [`/frame/:id`](https://code.google.com/p/selenium/wiki/JsonWireProtocol#POST_/session/:sessionId/frame). `wd` already has `.frame()` method, all we need is to wrap it in `./lib/browser/actions.js`. ## Want to back this...
While debugging memory leak in Prisma, we stumbled upon couple of issues with `ThreadsafeFunctions`, which, I beleive, boil down to a not quite correct underlying C APIs usages. ## `unref`...
Most of other args use non-capitalized name. Follow up to #19606
DO NOT MERGE, WAITS FOR FINAL MESSAGE AND LINK Close prisma/team-orm#945