Jonny1987

Results 23 issues of Jonny1987

If using slop in a script which does a screenshot (ie maim) immediately after the slop, then there is 1 white pixel in the bottom right corner. I think this...

# Chore Give each error an error code ## Describe the chore Currently many errors have the same status code (eg 400) and the only information about the error is...

I get the following warnings when building: ``` Note: /home/john/.pub-cache/hosted/pub.dev/flutter_radar-3.9.0/android/src/main/java/io/radar/flutter/RadarFlutterPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /home/john/.pub-cache/hosted/pub.dev/flutter_radar-3.9.0/android/src/main/java/io/radar/flutter/RadarFlutterPlugin.java uses unchecked or unsafe operations. Note:...

**Describe the bug** Whenever I use database function on the supabase client (`supabase.rpc` or `supabase.from`) and these throw an error then the stack trace is limited to postgrest code only...

bug
postgrest

App ID: 71b9cd57-235e-40ab-8d25-1861aa29aadf **Description** I am getting the following error after creating an android release and then running `shorebird preview`. Changed my keystore for the release version after setting up...

bug

**Describe the bug** The label question is not asked **Stacktrace** There is no error/stacktrace **Wiredash SDK Info** 2.1.2 (also tried with 2.1.1) **Flutter SDK** 3.22.0 No issues in flutter doctor...

feature request

### Which packages are you using? stream_chat_flutter ### On what platforms did you experience the issue? Android ### What version are you using? 7.1.0 flutter 3.22.0 ### What happened? When...

bug

### What happened? I get the following warning when building my app: ``` Note: /home/john/.pub-cache/hosted/pub.dev/onesignal_flutter-5.2.0/android/src/main/java/com/onesignal/flutter/OneSignalPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. ``` ### Steps...

I have done the following, I want to send location data to my backend when the app is closed, and while event listeners get called when the app is open...