bakua
bakua
## Description I get reported below exception from some users when calling `org.slf4j.Logger#error(java.lang.String, java.lang.Throwable)` ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.StackTraceElement[].clone()' on a null object reference...
Hello, I am getting this from production users ``` Caused by android.content.IntentSender$SendIntentException at android.app.Activity.startIntentSenderForResultInner(Activity.java:4908) at android.app.Activity.startIntentSenderForResult(Activity.java:4877) at com.google.android.play.core.appupdate.d.startIntentSenderForResult(d.java:9) at com.google.android.play.core.appupdate.e.a(e.java:23) at com.google.android.play.core.appupdate.e.a(e.java:9) at de.ffuf.in_app_update.InAppUpdatePlugin$onActivityResumed$1.a(InAppUpdatePlugin.java:72) at de.ffuf.in_app_update.InAppUpdatePlugin$onActivityResumed$1.a(InAppUpdatePlugin.java:2) ``` I don't know...
Hello, select queries in SQLite are limited to have 999 value subtitutions with ?. So if I know I'll be doing something line `select * from table whenere id IN...
Hello, it would be nice to be able to configure start of the week to override locale's default. I have an app that manipulates time and this is an important...
Hello, I have PMS running on Ubuntu. Unfortunately, your plug-in doesn't work for me. Could I have an assistance please? Here is the stacktrace. The log file is attached to...
Hello, could we have all workflows in the workflow dropdown sorted alphabetically please? We have almost 40 workflows and it is not UX friendly at the moment. Thank you
Hello, I got this NPE. ``` Null check operator used on a null value. at AnimationController.stop(AnimationController.java:777) at AnimationController.value=(AnimationController.java:364) at _SlidingUpPanelState._onGestureSlide(_SlidingUpPanelState.java:473) at _SlidingUpPanelState._gestureHandler.(_gestureHandler.java:461) at RenderPointerListener.handleEvent(RenderPointerListener.java:2823) at GestureBinding.dispatchEvent(GestureBinding.java:361) at RendererBinding.dispatchEvent(RendererBinding.java:278) at GestureBinding._handlePointerEventImmediately(GestureBinding.java:316)...
Your android plugin defines minSdkVersion 16. However, you include dependency on com.squareup.okhttp3:okhttp:4.2.2 which supports only Android 21+. Running on device with Android api 16 ends up with java.lang.NoClassDefFoundError: java.util.Objects exception...
The is a list of objects and it happens that the last attribute in the object is a long url so it doesn't fit the screen and wraps to new...
When you try to run `flutter build web --release` you'll get this error: ``` Expected to find fonts for (MaterialIcons, SocialIcons, packages/cupertino_icons/CupertinoIcons, ..., packages/syncfusion_flutter_datagrid/UnsortIcon, packages/syncfusion_flutter_datagrid/FilterIcon), but found (MaterialIcons, packages/icons_plus/AntDesign, packages/icons_plus/Bootstrap,...