Matej Knopp
Matej Knopp
Admittedly we have the same issue on macOS, where "always behind" mode would be useful for `NSVisualEffectView`. Because while getting rid of the base layer is doable (at least on...
> Added another idea I thought of today (edited the original issue description). Perhaps we don't need to go that far yet, but documenting it just in case. EDIT: Nevermind,...
Rust default test harness is very much unusable for anything on macOS that requires execution on main thread. Unfortunately main thread is special (so that on some places there are...
> This is a problem of libraries that have additional requirements but do not provide the necessary facilities to meet those requirements in their API. The API is all there...
> Ok, I haven't dealt with macos. Does it not have that? Unfortunately no. There are hard-coded assumptions about main thread in various places. https://github.com/opensource-apple/CF/blob/3cc41a76b1491f50813e28a4ec09954ffa359e6f/CFRunLoop.c#L1482-L1487 ```c CFRunLoopRef CFRunLoopGetMain(void) { CHECK_FOR_FORK();...
Can you post verbose logs (`flutter build -d windows -v`). Unfortunately the Flutter tool eats big part of the message.
``` [D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj] [ ] SEVERE: , errno = 121), address = github.com, port = 4358, ``` This looks like you can't access `github.com`? This fails when trying to downloaded binaries...
Are you able to download any of [these assets](https://github.com/superlistapp/super_native_extensions/releases/tag/precompiled_1da533d1809df7e32ef5bd917eff6c4e)?
And yet the script it unable to do so for some reason: ``` [ +1 ms] SEVERE: ClientException with SocketException: 信号灯超时时间已�? [ ] SEVERE : (OS error : 信号灯超时时间已�? [D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj]...
Please post the verbose logs (`flutter build apk -v`).