André Thiele

Results 14 issues of André Thiele

I wondered how the actual development process would look like, given that building a fresh Spring Boot project without any other code takes up to 8 minutes on my machine....

type: documentation

We should add a simple Matrix workflow to be able to verify PRs to this repository which builds the corresponding versions on either macOS (iOS) or Ubuntu (Android) for example.

enhancement

After creating a brand new project and wanting to enable GraalVM support I get the following error message: ``` Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method kotless() for arguments [build_dadsq1u39lufnoj95kr6apu66$_run_closure1@685ce999]...

When using this plugin, the versionFor method import gets marked as an error by the IDE because the de namespace cannot be resolved. The plugin works as expected, however. I...

needs-documentation

Since I am having a hybrid application at the moment, I need to use Material Motion with Fragments. (Motion isn't out yet for Compose anyways I think) I followed the...

Please provide a better documentation on how to use it with different use cases. For instance reading all items or reading a single item using Store. While I know how...

enhancement

There are open issues that discuss issue this but have already been closed, so I will re-open this one. I am running the following versions: ### Versions: - macOS: 11.2.3...

I am using Android Gradle Plugin 7.0.0-rc01 and Zulu JDK 11 and get the following error when running the task jacocoTestReport. ``` java.lang.NoClassDefFoundError: jdk/internal/reflect/GeneratedSerializationConstructorAccessor1 at jdk.internal.reflect.GeneratedSerializationConstructorAccessor1.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at...

Is it possible to use Flogger on Android?

P3
type=enhancement
type=documentation

Happening when trying to run 1.2.5 Jar on macOS with Java 17 ``` Exception in thread "main" java.lang.ExceptionInInitializerError at androidx.compose.ui.res.ImageResources_desktopKt.loadImageBitmap(ImageResources.desktop.kt:33) at androidx.compose.ui.res.PainterResources_desktopKt.rememberBitmapResource(PainterResources.desktop.kt:109) at androidx.compose.ui.res.PainterResources_desktopKt.painterResource(PainterResources.desktop.kt:70) at androidx.compose.ui.res.PainterResources_desktopKt.painterResource(PainterResources.desktop.kt:57) at com.theapache64.stackzy.ui.feature.MainActivity$onCreate$1.invoke(MainActivity.kt:49) at com.theapache64.stackzy.ui.feature.MainActivity$onCreate$1.invoke(MainActivity.kt:45)...