Radim Janda
Radim Janda
Due to necessarry google play request I had to update targetSdk version from 27 to 28. Transparent mode seems to not work correctly on some devices (its reported the views...
Pluto search just highlights the response, for long responses it's very hard to find what I'm searching. It would be perfect to have option to scroll to next found match...
### Current behavior Currently for large projects (500+) components, the Html report seems to be very slow - for example I wait like 5-10 seconds when I'm switching from Ownership...
**Plugin version** 1.11.0 **Gradle version** 7.4.2 **Describe the bug** We have project which consist of shared KMP modules and classic android modules. For android modules the plugin works +- fine,...
I'm using latest beta versions of appium (Appium v2.0.0-beta.42) and espresso driver, but I can't make it work with compose app. I've tried even on empty compose Hello world project...
Currently in response, Im able to select and copy only one line of the response, the cursor wont let me select more. Especially for large responses it would be great...
Following code ``` sealed class ResourceState { data class Success(val data: T) : ResourceState() data class Error(val throwable: Throwable) : ResourceState() object Loading : ResourceState() object Empty : ResourceState() }...
I would like to generate swift code for following extension: ``` fun ExceptionData.blockingError( onLoginClicked: (() -> Unit)? = null, onRegisterClicked: (() -> Unit)? = null, onRetryClicked: () -> Unit, )...
Hello after upgrading from 0.5.1 to 0.7.1 I get many errors that serializable is null, when trying to access it after some decoding , but it shouldnt be null, Im...
Hello, our automated builds sometimes start crashing because of this error related to parcelable-core and configuration cache ``` FAILURE: Build failed with an exception. * What went wrong: Configuration cache...