Ivan “CLOVIS” Canet

Results 199 comments of Ivan “CLOVIS” Canet

> To avoid misinterpretations, `Thread::sleep` could be used in such cases. I didn't because I wanted the reproducer to work in KMP, but you're right, that would have been clearer....

The test does also interact with the test dispatcher. But that's not the point: Kotest exposes a `timeout` parameter that isn't honored when enabling the test dispatcher, and instead Kotest...

> Kotest does not provide additional configuration and invokes `runTest` with its default timeout. How can I tell Kotest to invoke it with the `timeout` I configured as part of...

@RationalityFrontline can you clarify what exactly doesn't work? Is it the presence of the `-` character that breaks the link?

Another reason to integrate with the IDEA support: IDEA has added support for GitLab. Hopefully, they made it transparent in the API so Machete doesn't have to write the integration...

Same problem here. Is this not maintained anymore?

This seems to be out of date by around 200 stars at the time of writing. Please fix.

Reviewing our codebases, almost all uses of `advanceTimeBy` are to set the initial virtual time at the start of a test. Since these are always the very first action, they...

> @distinctdan: > it kicks off a load attempt, but my simulated delay in the load attempt gets skipped, so the state goes immediately from LOADING to SUCCESS, which makes...

As user, I think `getOrRaise` is a great name—however I am worried that having two names for the same thing will force users to know both names to be able...