Kamil Kras
Kamil Kras
Crash log from Android Studio ## Dart analysis issue Invalid argument (uri): URI scheme 'c' is not supported. Allowed schemes are 'file', 'dart-macro+file'.: "c:/Users/kkras/StudioProjects/bramkarz/lib/main.dart" ## Version information - Dart SDK...
## Description This feature allows a developer to use a pre-generated debug token instead of one that is generated at runtime. It's useful in CI environments, where you don't have...
It's frustrating you need to wait sometimes event 1 min just for files to build. This new builder package does that in under 1 second. You should consider supporting it....
Last week, unfortunately, my friend unpinned all messages from the conversation. Luckily, one of my pcs had not connected to Unigram for a while. I've managed to find sqlite database...
It's frustrating you need to wait sometimes event 1 min just for files to build. This new builder package does that in under 1 second. You should consider supporting it....
None list implementation throws `IndexOutOfBoundsException` when index is equal to the size of the list. I think it's just a mistake in documentation. In [Java documentation](https://docs.oracle.com/javase/8/docs/api/java/util/List.html#listIterator-int-), function throws when `(index...
When using standard Kotlin Multiplatform gradle plugin `org.jetbrains.kotlin.multiplatform`, everything is fine. Tasks such as `recordRoborazziDebug` or `recordReborazziReleas` etc. are correctly created. However, when using [Android Gradle Library Plugin for KMP](https://developer.android.com/kotlin/multiplatform/plugin)...
I try to create custom compilation and testRun for jvm target in KMP project. If roborazzi gradle plugin is applied I get the following error: `Cannot add task 'clearRoborazziJvm' as...
Gitlab CI has ability to integrate attachments like [screenshots ](https://docs.gitlab.com/ci/testing/unit_test_reports/#add-screenshots-to-test-reports)in test summary view. However, Gitlab needs special field in junit report produced by roborazzi. Currently running `./gradlew :composeApp:testDebugUnitTest` doesn't produce...