Stu
Stu
> Now set **Script path** with `pc.py` path > **Parameters**: _run_ > **Working directory**: folder of your current pynecone project. > See this example for quick overview For me, this...
Odd because: https://github.com/dlutton/flutter_tts/blob/master/android/build.gradle also says: ``` buildscript { ext.kotlin_version = '1.9.10' ```
Downgrading to flutter_tts: 3.8.5 seems to work.
The versions I'm running: ``` /home/sir/snap/flutter/common/flutter/bin/flutter doctor --verbose [✓] Flutter (Channel stable, 3.19.0, on Ubuntu 22.04.3 LTS 6.5.0-26-generic, locale en_US.UTF-8) • Flutter version 3.19.0 on channel stable at /home/sir/snap/flutter/common/flutter •...
Probably related to: https://github.com/squeaky-pl/japronto/issues/6
I also see accuracy issues. Even with house lights turned off, the signal seems to consistently hover around 60Hz, when I'm seeing 70-100 on a finger pulse oximeter.
+1 When I try to show a toast on a Linux target, I get: ``` Syncing files to device Linux... [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method showToast on...
Thanks!. Is it possible to override the default --help handling? It tried detecting whether --help was provided by providing a `help:bool = False` field. This produces the error ```argparse.ArgumentError: argument...
Fixing this is a little tricky. A temporary entry need to be entered into the type readers registry so that if its re-visited, its not re-added and the reference is...
... and similarly, when creating OClasses, need to remember what's already been created. Before working on it, should check: does ODB allow recursive type definition is general?