Yunchi Luo
Yunchi Luo
@wubzz @byronmwong following up on this issue. It looks like implementing query cancellation for PostgreSQL and other drivers should be pretty easy now that @byronmwong added it for MySQL. Is...
Is anyone on the trezor team able to provide an ETA on when new coins will be considered for firmware? I just got my Model T to replace a Ledger,...
While delay skipping is working in Turbine, auto-advancing time causes some weird quirks that make delays very hard to test with Turbine. Or maybe I'm doing it wrong. Just filed...
Android Studio folks redirected me here for IDE freezes https://issuetracker.google.com/issues/308369734. Thread dumps in the issue.
@Kantis could you provide some pointers on how to fix this issue? I'm happy to contribute if it's not too outside of my abilities.
> I wonder if using Gradle's maxParallelForks with Kotest makes sense. Kotest has its own configuration for [parallelism](https://kotest.io/docs/framework/project-config.html#parallelism), and can also be configured to use multithreading on the [test case...
For clarity, I should add: the bug isn't that the all tests in the project are being run once for every fork. The bug is that all tests in the...
> > I would expect maxParallelForks to tell kotest to arbitrarily shard Specs to forks > > This seems to be in line with what Gradle does. I think there's...
Hmm https://github.com/mightyguava/gradle/commit/a29b2344ecbe22cdaf6983a533b24c3ad8679ac9 does indeed seem to fix the problem, but I still don't understand why the problem manifests in this way.
Thank you for digging into the issue! > > Even if it did, I'd expect Kotest to either fail or to run the specs in the parent class an extra...