Fabian-Lars
Fabian-Lars
first of all i'd like us to investigate the user's issue a bit since this is not a common occurrence (we have many bun users). Depending on the root cause...
The WebView2 library makes it intentionally hard to get the hwnd, i think this is this bs we do to get it: https://github.com/tauri-apps/wry/blob/9ff1b66b52d14681711403d8c7d41347c46dc741/src/webview2/drag_drop.rs#L51-L61 The hwnd you see in the InnerWebView...
> If possible, moving as much as possible from the build script into the tauri-cli could improve code comprehension. The build script does so much shit so that users can...
1) and perhaps 2) should imo be fixed via https://github.com/tauri-apps/plugins-workspace/issues/1332 and not by trying to kill a process tree. prob doesn't help with the rest though.
> Macos shutdown handle only works with Not gonna lie, this sounds like something macOS would. Not sending posix signals in favor of the NSApplication delegate bullshit would be such...
I really appreciate the PR but i don't think this is how it should be solved. Ideally it should be fixed in https://github.com/tauri-apps/tao/blob/dev/src/platform_impl/macos/monitor.rs#L163-L173 and if that function already works we...
Sure, help is always appreciated :)
Which Tauri version do you want? For the rust version you can do something like `rustup tool chain install 1.77.2`
would it be possible to get the full stacktrace? some of your assumptions are not 100% correct and i'd like to see if the stacktrace includes a hint as to...
can you share the reqwest code (include the feature flags in cargo.toml) that works for you? would make it super easy to spot the difference since our http plugin uses...