Jacob Nordfalk

Results 9 issues of Jacob Nordfalk

Please include e.printStackTrace() in all catch blocks - if not, it impossible to follow what went wrong and fix it

I have tried a lot but I can't access any of my own classes from nudge4j. That makes it useless to inspect a running application - which is what I...

Ive tried to running ALL the examples and noted down the crashes. As you can see there are really many which fails, which makes it hard for a beginner to...

$ java -jar hapi-testpanel-2.3-jar-with-dependencies.jar 16:50:51,619 INFO [main] Home:47 - hapi.home is set to /home/j/Hentet/hapi-testpanel-2.3/. Gtk-Message: 16:50:51.906: Failed to load module "canberra-gtk-module" Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException at ca.uhn.hl7v2.testpanel.App.main(App.java:60) Caused...

Remove dependency of old support library This will enable people to remove use of Android Jetifier - see https://github.com/dipien/bye-bye-jetifier

On an Android 6 device the app crashes with 11-28 12:53:26.067 3126-3126/dk.nordfalk.vuc_yttest E/AndroidRuntime: FATAL EXCEPTION: main Process: dk.nordfalk.vuc_yttest, PID: 3126 java.lang.SecurityException: Missing android.permission.GET_ACCOUNTS at android.os.Parcel.readException(Parcel.java:1599) at android.os.Parcel.readException(Parcel.java:1552) at com.google.android.gms.plus.internal.zzd$zza$zza.getAccountName(Unknown Source)...

**Glide Version**: 5.0.0-rc01 ``` implementation "com.github.bumptech.glide:glide:5.0.0-rc01" implementation "com.github.bumptech.glide:okhttp3-integration:5.0.0-rc01" implementation platform("androidx.compose:compose-bom:2023.10.01") implementation "androidx.compose.ui:ui:" implementation "androidx.compose.material:material" implementation 'androidx.compose.material3:material3-android:1.2.0-beta02' implementation "com.github.bumptech.glide:compose:1.0.0-beta01" ``` **Device/Android Version**: I only tried in the emulator **If I use...

bug
Compose

Thanks for a great plugin, that saved my life :-) I had to: - download 'Android Studio Dolphin | 2021.3.1 Canary 1 January 31, 2022' from https://developer.android.com/studio/archive - downgrade to...

After rolling out a version with SD to a small fraction of our users on Google Play we see crashes at startup: ![image](https://github.com/Anamorphosee/stacktrace-decoroutinator/assets/1143272/537ac28c-7c35-4c83-b28d-4ac056c5213d) The trace is always the same: ```...