andynewman10

Results 14 issues of andynewman10

##### System information (version) - OpenCV => 4.6.0 - Operating System / Platform => Android 7.1.1 (Sony Xperia Z5 Compact) - Compiler => Android Studio 2021.2.1 Patch 2 on Windows...

bug
platform: android
needs investigation

The following code produces a one-second toast: ``` Fluttertoast.showToast( msg: msg, toastLength: Toast.LENGTH_LONG, gravity: ToastGravity.BOTTOM); ``` If you set toastLength to Toast.LENGTH_SHORT, the duration is indeed longer, about 3.5 seconds....

Version: upgrader 8.1.0. `upgrade_card.dart` has the following code: ``` Card( color: Colors.white, // this line should be deleted ... ``` This code causes the card's background to be white in...

enhancement

**Context: how ML Kit image labeling works** Google ML Kit image labeling allows developers to use a TensorFlow Lite model to make predictions. The output of the prediction is an...

Image Labeling
Custom Model
stale

**Describe the bug** Debugging Dart web may result in errors displayed in the console (see below). **To Reproduce** Steps to reproduce the behavior: 1. Create a new dart project with...

is bug
awaiting info
stale

**Describe the bug** - VS code does not stop on my breakpoint the first time a web page is run through a debug session. - when refreshing the web page,...

is bug
in web
in debugger

**Describe the request** When hitting a breakpoint in VS code, there should be an option to tell the debugger to pause the execution of all isolates (I believe this is...

is enhancement
blocked on dart / flutter
in debugger

First, thanks for the great work. I am puzzled about a possible vulnerability of this package compared to the pure-Dart `cryptography` package implementation. Let's take the iOS example. `cryptography_flutter` basically...

I am getting a `TypeError` exception when I use postMessage. Steps to reproduce the issue: 1. Import the `service_worker` repo in VS Code 2. Open the example project and modify...

**Is your feature request related to a problem? Please describe.** I need to verify the validity of the rendering performed from a given pose. More precisely, I need to compare...