Dmytro Zaitsev
Dmytro Zaitsev
Hi @raniejade I get the message `Incompatible: requires IDE build 213.* or earlier` on the Android Studio Electric Eel | 2022.2.1 Canary 5 _#AI-221.4165.146.2211.8713749_, built on June 17, 2022. Yet,...
I started getting this error message after an update from 2.0.15 -> 2.0.16, which is weird as I see that that the latest available version of spek-runtime [here](https://mvnrepository.com/artifact/org.spekframework.spek2/spek-runtime) is 2.0.0....
Presenters have `view` and `router` properties available. At the same time the callback methods `onTakeView(v)`, `onTakeRouter(r)` have view and router as parameters. Very often developers launch different async jobs in...
It's inconvenient to select path to project every time I need to export resources.
Exported PNG assets have white background. I do not include view's background. For example, sketch-export-assets by GeertWille exports assets correctly.
While watching, for example, a YouTube video in the Arc browser, the sound is lost in the video sometimes. This can happen several times an hour. And it's not the...
I have a local value `status` in my method that relies on type that will be inferred from the initializer expression (lombok's `val`): ``` private MyCallBack foo(final Bar bar) {...