Yanneck

Results 4 issues of Yanneck

` java.lang.ArithmeticException: divide by zero at com.fdev.backgroundchart.GradientChart.setupChartPath(GradientChart.kt:179) at com.fdev.backgroundchart.GradientChart.onMeasure(GradientChart.kt:158) at android.view.View.measure(View.java:21051) at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java:715) at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:461) at android.view.View.measure(View.java:21051) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6459) at android.widget.FrameLayout.onMeasure(FrameLayout.java:185) at android.view.View.measure(View.java:21051) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6459) at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1464) at android.widget.LinearLayout.measureVertical(LinearLayout.java:758) at...

Hi, using the [Gradle configuration feature](https://docs.gradle.org/current/userguide/configuration_cache.html) by enabling it via flag `org.gradle.unsafe.configuration-cache=true` in the `gradle.properties` file, can drastically improve the build-time of our projects. However, unfortunately this plugin doesn't seem...

enhancement

Hello, I was wondering if there is an option to use the `SavedStateHandle` from Android in shared code in a Compose Multiplatform project to handle situations like a process death...

state restauration

## My Setup I have the structure of the following two objects: ```kotlin class MyRealmObject: RealmObject { @PrimaryKey var id: String = "" var myEmbeddedRealmObjects: RealmList = realmListOf() } ```...

O-Community