Fabian-Lars

Results 1366 comments of Fabian-Lars

> I think it's better to store downloaded bytes inside of Update instead of returning the bytes, that'll be a breaking change though Not sure what exactly you mean tbh...

This should be fixed by https://github.com/tauri-apps/plugins-workspace/pull/1328 - thanks for the report :)

@ezzaouia This sounds like you only updated the rust crate but not the js package of the plugin, can you check that _both_ are up to date?

We mostly stopped backporting features to v1, but we're still looking at community PRs that do so.

Sorry for the long silence here. I think this PR went under the radar and was superseeded by https://github.com/tauri-apps/plugins-workspace/pull/1978 :/

/upstream tauri-apps/tauri This seems to concern tauri's event system (or at least emit) in general, not just the plugin. Let's see if our github bot works in this repo too...

Hi, thanks for reaching out. Could you also include the output of the `tauri info` command and a bit more info about your database? sqlite, mysql, psql, etc? Also, do...

> @FabianLars is this something thats supported at all? Probably not, I don't know. I was once told that it worked for someone without explicit support in the plugin but...

So the main problem here indeed is cross-platform support. Linux is basically ruled out, since `xdg-open` doesn't support it, we could read the user's preferred explorer app and compare it...

> Your solution would work even with the JS shell API as well right? Hopefully, yes. > IIUC there's a broader discussion about small core (with an extensive plugin system)...