Łukasz Wasylkowski

Results 17 comments of Łukasz Wasylkowski

👍 Thanks for clarifying, so as far as I understand the new type policy doesn't exactly address this issue, but _some_ mechanism like `keyFieldsForTypesContaining` definitely would 🙂

> it shouldn't be an issue because we always have one or zero "active" Activity. Only if you call `ReactiveNetwork.observe...` again for each activity. Sharing single observable created using that...

I'll share my measurements as well, although unfortunately they're not very structured. I've converted a small project, roughly 100 tests across 6 modules, from Mockito to Mockk. I then ran...

> The good news anyways is thst the costs are one-time. In big test suits, the costs amortize. I'm more concerned about running individual tests or test classes from IDE...

I'd like to expand the discussion to not only constructor annotations, but annotations for method parameters too. Currently (0.44.0) this is reported as an error: ```kotlin @Component(modules = [Foo::class, Foo::class])...

> I'm fully against isShowing() as that basically implies your code is so bad you aren't even able to keep track of a damn toast. Well, it would, if toast...

Can we re-open this to indicate it's still a problem? I'm having the same issue and [suggested workaround](https://github.com/facebook/screenshot-tests-for-android/issues/162#issuecomment-385088965 ) doesn't work