Paweł
Paweł
https://github.com/armcha/Ribble/blob/c3a0525e06adaf4103acedc3efe04bdbf3f243fe/app/src/main/kotlin/io/armcha/ribble/presentation/widget/navigation_view/NavigationDrawerView.kt#L94 Whats going on here? I removed the delay and seems to be fine.
Would it be possibly to add support for this variant of the Lightstrip? Perhaps it's just a swap-in replacement with the strip6? I can provide photos, etc as needed as...
### The problem Using the webcam feature with the following settings. Causes this:  Elements obscured by this transparent HTML element are not clickable (so you can't access Temperature, Terminal,...
### Current Behavior When using gradle init to convert a Maven project to Gradle and dependencies contain Kotlin keywords they are used in the generated version catalog causing the build...
If you are submitting a **bug**, please include the following: # Summary of problem Spotless fails with an `java.lang.ClassCastException` when running apply or check (stack trace below). This only happens...
I've added two methods to the ImageLoader class: public void setStubDrawable(Drawable drawable) and public void setStubDrawable(int resourceDrawable) Their purpose is fairly obvious. They let you set your own drawable that...
You should try Room instead of GreenDAO to make your life a lot easier and minimize the amount of boilerplace. Best code = no code. It's very simple to learn...