Serhii Tatarintsev
Serhii Tatarintsev
Ok, I understand your point and I will happily merge a PR which allows end-users to choose between `Resemble` and `looks-same`. However, we most likely won't have time for implementing...
I don't think it should capture/ignore all elements with current API. My proposal is to add some new way to specify that every element matching the selector should be taken...
Sorry, missed a few notifications. We've ditched the plan to use existing tests for visual regression and decided to go with vanilla gemini, so this is not as high priority...
@Brooooooklyn i still it's still occurs if you clone the function in `2.6.3`. I've [updated my reproduction](https://github.com/SevInf/napi-rs-repro/commit/57c3f7f5ca10d677ecb48ebe815bc25149ae2e53) and the leak returns if I call `.clone()`
Actually, our team will also be interested in this feature. The way it can be possibly implemented: - we introduce new report format, which internally can look something like this:...
@j0tunn yes, plugin might work. Does it mean we need to introduce a programmatic way to launch the `gui` with injected `gemini` instance?
@lo1tuma wow, awesome work! I was not able to check it our environment since our CI is still on node 4, but I like the polished looks of the UI...
This is not a bug and expected behavior. Strange `n` suffix means [`bigint`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) type. JS has no other integer types, `number` type is a floating point number and will start...
Mapping between DB and JS types is documented [here](https://www.prisma.io/docs/concepts/components/prisma-client/raw-database-access#raw-query-type-mapping). Maybe, "count() is a 64-bit integer" part is really missing, but at the same time, we generally do not document return...
Reproduced this on current `main` (4.4.0-dev) with tracing enabled. Code: https://github.com/prisma/reproductions/tree/main/gh-13134 [Zipped traces](https://github.com/prisma/prisma/files/9557605/traces.zip), can be viewed in Jaeger. Interesting one is `trace-parallel.json`. Note that engine is running with connection limit...