Fabian-Lars
Fabian-Lars
No news and i currently cannot ask anyone (including myself) to work on this or any other unstable flag related bugs or features.
do you have some non-tauri examples where path components are joined encoded like this? I'm still not too familiar with content uris or android as a whole but it sounds...
Thanks for the report. Can you provide a bit of code so we actually see what you're doing that triggers this?
thanks. i guess this is impossible to tell if it crashes but do you think it's possible that tauri tries to create the window off-screen? Or maybe your main window...
> Maybe this issue is that the return value of ns_window has changed from cocoa::base::id to Retained due to https://github.com/tauri-apps/wry/pull/1316, which causes panic in case of nil. Was thinking about...
Can you try again after adding this to your Cargo.toml file? ```toml [patch.crates-io] tao = { git = "https://github.com/tauri-apps/tao", branch = "fix/macos-screen-panic" } ``` (may require a `cargo update` call...
Thanks for testing. Will open a PR when I'm home.
i forgot to open the pr...
> Do you see any issues with that merging I don't think i'm in a position to be a judge of that. Otherwise this would be that one Obama medal...
This doesn't really make sense to me unless your frontend is somehow super unoptimized in dev but for "simple" css statements that can't really be either. The webengine doesn't have...