Paul Schuegraf
Paul Schuegraf
**Which API doesn't behave as documented, and how does it misbehave?** I'm seeing a MissingPluginException occasionally. I'm uncertain what is causing this yet or how to reproduce it, sorry! Just...
I just noticed that the service uninstallation has trouble unlinking the exe file on my machine. This may be user error, in which case I apologize. ``` fs.js:760 return binding.unlink(pathModule._makeLong(path));...
Thanks for all your work on this, just wondering if you plan to update for UE5. Cheers!
## Bug report I am having trouble with my uploads hanging in a "running" state: ``` await Firestorage.FirebaseStorage.instance.ref(audioTarget).putFile(audioFile); ``` I trigger the upload this way, and the upload hangs (application...
Added a gemfile to make it slightly easier to install. Cheers!
Hi, apologies if I've done something wrong but I managed to build this successfully with `xcodebuild` and load it into Bitwig 4.3.8. However, the plugin crashes when it is added...
When using the "Show Modal Dialog" or "Show Other Windows" on MacOS (M1), the log prints the following and hangs: ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(Value(Message("missing field `alwaysOnTop`")), missing field `alwaysOnTop`,...
First off: thanks for making this available! Second: do you have any plans to support other platforms with this lib? Cheers!