Fabian-Lars
Fabian-Lars
https://github.com/tauri-apps/tauri/discussions/9334
> > This definitely needs to be documented for people using Rust workspace. > > I agree but where would you expect to find this in the docs? Genuine question...
closes #9665 Removing the file after each use imo doesn't make sense, so at least make it obvious that the file belongs to tauri. i feel like "kill" was more...
Discussion started here: https://discord.com/channels/616186924390023171/1202575785614123049 Note that we should research first whether apps actually do that. I did not find an app yet that even has different behavior for left and...
This comes up once in a while and should be easy to add (it's also quite easy to do in user's rust code but a built-in api would still be...
this is basically the fix to issues like pyinstaller apps not being killed because pyinstaller wraps the actual app in a thin parent process that doesn't clean up after itself....
Upstream issue: https://github.com/tauri-apps/tauri/issues/4917 / https://github.com/tauri-apps/wry/issues/707 Short term goals: - All APIs should be available in Rust and JavaScript - [ ] Windows support - [ ] macOS support - [...
Quote from https://github.com/tauri-apps/plugins-workspace/pull/504: > Explore "stupid" deep links on Android for easier testing without having to host assetlinks.json with a debug key. -> The current idea is to register the...
This is one of the more important TODOs in the code imo, therefore opening an issue too. I'm not sure if it's really needed or if the last intent is...
(careful, v1 branch!) I won't be able to actually test this until Sunday but opening this for a community member to test (and for whoever else that wants to of...