Daniel Frey
Daniel Frey
How do you control the speed of the animation? When I run this in an emulator, I don't notice this. Mostly on a Google Pixel.
I put a FABProgressCircle in CoordinatorLayout, which is in a Fragment. The parent activity also sets up a TabLayout, also in a CoordinatorLayout. The FABProgressCircle is partially covered by the...
Here is the stacktrace: 02-04 10:24:40.942 8403-8403/org.mythtv.android E/AndroidRuntime: FATAL EXCEPTION: main Process: org.mythtv.android, PID: 8403 java.lang.ClassCastException: com.github.jorgecastilloprz.FABProgressCircle cannot be cast to android.support.design.widget.FloatingActionButton at android.support.design.widget.FloatingActionButton$Behavior.onLayoutChild(FloatingActionButton.java:545) at android.support.design.widget.CoordinatorLayout.onLayout(CoordinatorLayout.java:849) at android.view.View.layout(View.java:16630) at android.view.ViewGroup.layout(ViewGroup.java:5437)...
Now that you've refactored this into a single project (no longer a multi-project build) why keep dependency declarations in `dependencies.gradle`. Moving them into the `app/build.gradle` would allow their references to...
## Environment PCF 2.6 Promregator versions tried; 0.7.5, 0.7.6, 0.8.0-rc2 Java 11 ## Summary / Problem Statement Application will not start. Seems to be an issue getting a null token...
**Describe the bug** When setting the configuration property ``, the contracts and mappings get moved to the appropriate directory and in the correct directory structure. However, when the `generateStubs` goal...
It would be great if the mock classes can be moved to their own library (i.e.`pi4j-test`) that can be included as a test resource for building tests in my own...
Title explains it... However, I would gather an implementation would be something similar to liquibase or flyway endpoints.
I'd like to create a Spring Boot Condition to detect if the code is running on a real pi. Does the Platform hierarchy allow you to detect what is present?...
A few of my terraforms are constantly running and failing. They ran successfully the first time, then failed every subsequent time. I see docs here for disabling drift detection, but...