Fabian-Lars
Fabian-Lars
> by the way, when will the version that replaces linuxdeploy be released you mean https://github.com/tauri-apps/tauri/pull/12491 ? not sure yet, i'm lacking motivation for linux and the tech used there...
> Has anyone come across this before? I don't think anyone has reported this to me yet. Does this also happen if you completely remove the plugin from tauri.conf.json? I'll...
> It only happens after I modify lib.rs to handle the oauth plugin, otherwise I have not come across it. Just to be clear, with _and_ without the plugin config...
> Thanks for clarifying, I reinstalled and removed the plugin from tauri.conf.json which has resolved the error. ok that's good but still something i have to look into since the...
Thanks, much appreciated. This lib is fairly small so not much to work on really but i'll keep your offer in mind (feel free to look around once in a...
i think for windows this is the relevant PR https://github.com/tauri-apps/tao/pull/1157 on macos applicationShouldTerminate should be called unless the user changed a macOS setting that will terminate apps forcefully instead (forgot...
> Maybe a better idea is to define two invoke external functions, one with the catch and one without, I don't know. If you have commands that don't return results...
ngl i didn't even know we had some wasm instructions on our website https://v2.tauri.app/develop/calling-rust/#wasm
Thanks for the PR! Unfortunately i think this should live in https://github.com/tauri-apps/plugins-workspace/ instead :/
it should be its own plugin - you can copy the template from https://github.com/tauri-apps/plugins-workspace/tree/v2/shared/template into the plugins dir. It doesn't have to be perfect, I can help with if needed...