Mike Hearn
Mike Hearn
@mgenware Note that there's a simple workaround. Edit `flutter_window.cpp` and replace: ``` flutter_controller_->engine()->SetNextFrameCallback([&]{ this->Show(); }); ``` with ``` this->Show(); ```
@mgenware You're welcome! In return I hope you don't mind if I hawk my wares to you a bit - you might find [Conveyor](https://hydraulic.software/) a nice way to package and...
The sample/scaffolding app doesn't do that, so if it's required then it needs to be updated.
I don't quite understand why it only happens sometimes, if the cause is a missing api call. When I first looked at this it seemed more like a race condition.
Well, capabilities do exist in most operating systems: * On Linux you can pass file descriptors to processes that don't have the rights to open a specific file/network connection themselves....
In the pure model every object reference to any controlled resource has to come from some other object that takes some sort of identity object you're granted at the start...
That's unfortunately not supported, see: https://github.com/oracle/graaljs/issues/2#issuecomment-385776163 But if you'd like to use arbitrary Node modules from Java, you may be interested in https://mikehearn.github.io/nodejvm/ which is a set of utilities that...
I think this might be https://github.com/mesonbuild/meson/issues/12419 So it depends on the version of macOS used. Apple rewrote their linker and Meson wants to do a lot of sniffing using flags...
@alina-yur Probably worth keeping it open until installing scipy just works.
I'm hitting this too. It's annoying because the FS provider is brought in via transitive dependencies.