Fabian-Lars
Fabian-Lars
In the best case, you just have to duplicate showFilePicker and modify it to your code. Since the rest of the android implementation is a bit buggy though i don't...
I see commits for iOS and Android in the commit history. Is there anything missing or can this be closed? cc @lucasfernog (your commits)
Thanks for the report! Are we talking about sqlite, mysql or postgresql?
Ah i think i remember. Since DECIMAL can't (or shouldn't) be converted to f64 i wasn't sure how to best send it to the js side so i just left...
> Will the plugin partial rewrite add support for more types both in postgresql and in mysql? Not necessarily, no. This is not the goal of the rewrite and type...
Can someone confirm whether this is still an issue in the `rc` version?
> To be honest, I wonder why with_store works in this way, I'm thinking it should be creating a Resource and with that we can store the configs in Rust...
> I don't think we can do synchronous commands right now with Tauri's IPC? Nope, and i doubt we'll see this any time soon. > The way we currently do...
> In my opinion, we should just use std::process::exit here (maybe run with cleanup_before_exit to clean up system tray) If we're talking about v1 this is exactly the same thing...
> Yep, but that's the first chance a plugin can access app, if we want to do it earlier, we'll probably need an extra API from Tauri side This is...