Fabian-Lars
Fabian-Lars
deep links and the single instance mechanism on macos only really work in actual app bundles, so they only fully work if you run the myapp.app (which tauri dev does...
Thanks, we will update the readme. Because the plugin is mobile-only you have to register it like so: ```rs #[cfg_attr(mobile, tauri::mobile_entry_point)] pub fn run() { tauri::Builder::default() .setup(|app| { #[cfg(mobile)] {...
Hi, could you expand your question a bit? I'm not quite sure what you mean with "cert connect".
What is the actual intention? Should it be a built time thing or are the migrations supposed to be dynamically loaded from the user's system (requiring you to bundle the...
Thanks for contributing! I'm a bit swamped with v2 stuff and generally aren't experienced with proxies so reviewing may take a while. That said, did you see the PRs for...
> Both settings might contain sensitive credentials and we try not to keep passwords inside the rust context and use the credentials store of the operating system. Having a command...
potential starting point, a windows implementation from a community member: https://github.com/Ciantic/winvd-monitoring/blob/main/src/powerevents.rs
Would you happen to be able to provide a minimal reproduction example? It seems to work fine on my end so it may be implementation specific (doesn't rule out a...
Actually now that i think about it, i talked to someone on Discord about a similar problem where the `ipc::Channel` kept losing events just like this. I can't find the...
Waiting for https://github.com/iotaledger/crypto.rs