Matej Drobnič

Results 338 comments of Matej Drobnič

Can you send me version of the timer lua that has more logs? Or do you want me to add a bunch of logging statements there?

While I agree with you that ideally IntelliJ should fix its formatter, I don't think it is realistic to ignore IntelliJ's integrated formatter. It would be bad for developer's user...

I don't think "the right way to use coroutines" matters here. `verify` without arguments is supposed to verify that method has been called, right? It should not care in what...

Yes, I understand that. But mockito is supposed to verify if method is called, right? It shouldn't care on what context the method is called. For example `verify()` always works...

> I don't believe this is an issue for mockito-kotlin to handle, but should be discussed in the coroutine project I'm not sure coroutines people can change anything, this is...

Still broken for me with `com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0`, `Kotlin 1.3.20` and `coroutines-android 1.1.1`

Sorry, I'm not using mockito-kotlin anymore so I cannot confirm.

I have similar issue with `0.14.3`. `atomicfu-common` is only used in the `commonMain` block (if I comment `implementation (...)` line out, build passes).

This works now for ``` Android Studio Electric Eel | 2022.1.1 Beta 5 Build #AI-221.6008.13.2211.9237616, built on October 31, 2022 Runtime version: 11.0.15+0-b2043.56-8887301 amd64 VM: OpenJDK 64-Bit Server VM by...

Maybe a good idea would be adding support for `~/.config/nativefier-flags.conf`? That way, desktop files do not need to be modifier, you only need to add the flag in one spot....