Neil
Neil
I can reproduce this issue by simply adding the `numpy` import to a hello world file. Works: ``` import flet as ft def main(page: ft.Page): page.add(ft.Text("Hello World!")) ft.app(main) ``` Fails...
Thanks @ronaldoussoren - are there any example implementations or recommendations on how to work with completion handlers? I tried some simple implementations with `AppHelper.runConsoleEventLoop()`, `Foundation.CFRunLoopRun()`, but couldn't get them to...
Thanks, appreciate it. If you come across a good workaround, I'd be interested in trying it. An API for these kinds of situations (e.g. async methods) would be great.
Both the shell script and the "getting started locally" instructions built and launch but the app shows status is red with video and audio in error. I confirmed the app...