Anders Ullnæss
Anders Ullnæss
We tried to update to v0.7.0, but we get an issue with the `noop` classifier for our release build: These are our dependencies (which works fine with 0.6.0): ``` //...
**Description** Added `shouldContainNone` and `shouldNotContainAny` with a check lambda similar to, but opposite of the existing `shouldContainAny(check: (T) -> Boolean)`. These two infix functions do the same thing. Please let...
Expanding on https://github.com/airbnb/Showkase/pull/294 by @vinaygaba I wanted more control of when the screenshot should actually be taken. My use case is that I want some screenshots to be taken for...