Robert Norris

Results 5 issues of Robert Norris

From a sol::protected_function_result, I do the following to check for, and get error messages: ``` if (!result.valid()) { sol::error err = result; std::cout

Hi, I want to show a line graph which shows two lines, updated by incoming data. Both lines share a Time variable for the x-axis. At first I thought I...

Hi all, Using the example app from this repo, when I run `flutter run` from the terminal or from VSCode, the app runs and it gets access to the bluetooth...

MacOS on M1 silicon flutterBlue.startScan() finds no devices when running the release build, but successfully finds devices on a debug build. Right now I can only test this on the...

I'm using a NeumorphicToggle to control tabs. It looks great, however when I set `color` of the `thumb`'s `style` to `Colors.transparent`, I get a pale blue foreground toggle element, not...