Björn Kopiske
Björn Kopiske
#### Steps to reproduce: 1. Use long-loading RecyclerView items in a standard RecyclerView 2. call `scrollToEnd()` in a UI test #### Observed Results: The code ``` val lastView = view.findViewHolderForLayoutPosition(position)!!.itemView...
Accessing https://myopenhab.org/api/items (after a login) from Firefox 70.0, Chrome 78.0.3904.87 and curl delivers an incomplete JSON datastream, i.e. ending on something like `... "editable":false,"type":"DateTime","name":"IcurrentDate","la`. In consequence any JSON parser will...
When updating the included sample app to the latest Kotlin and Gradle version, one gets compilation errors: ``` ...\autodsl\samples\android-autodsl\app\build\tmp\kapt3\stubs\debug\com\autodsl\sample\AnimSequence.java:7: error: There was an error while processing your annotated classes. error...
I've added android-analyzer to my Android Kotlin project. When running `gradlew clean androidAnalyzer --stacktrace --info` I get the following error: ``` > Task :app:sonarqube FAILED :app:sonarqube (Thread[Daemon worker,5,main]) completed. Took...
I've got this `IllegalStateException` although I'm using `DecoroutinatorRuntime.load()` in the `init { }` block of my `Application` class. In order to rule out that it is a general problem, I...
## Expected Behavior If the Telegram binding successfully sends a Telegram message, no exception should be logged at WARN level to not confuse the caller. The method should return "true"...