Fabian-Lars

Results 1371 comments of Fabian-Lars

> FYI, We currently load setup functions in their added order, so as long as we register single instance plugin first, its setup function is guaranteed to run first Which...

I'll keep this issue open until Lucas had a chance to react to the order thingy. Worst case we just add documentation for this and wait and see if more...

Since Lucas didn't react i marked this as an `documentation` issues now meaning that we'll document that it should be one of the first plugins to register.

Can you test whether this error still happens in `rc` ? If so, i'll mark this as an upstream issue since the error makes no sense here (even though i...

Here's the current status for Android: - Do you want to download into the application specific directory? -> Already works. - Do you want to use dialog.saveFile as the target...

Something that came up in https://github.com/tauri-apps/plugins-workspace/issues/2749 - the plugin currently also (likely) does not support content:// urls.

Is this still an issue in `rc`? If so, could you upload a minimal reproduction repo for us to try? I'm a bit confused as to why we only got...

Hmm, yeah the File Association feature does not extend the scope as far as i know. Or did you use the FsScope methods yourself and that's not saved?

Hmmm, okay we either need to make it behave like the dialog api (auto adding the paths to the scope) or add the scope stuff in the example here https://github.com/tauri-apps/tauri/blob/dev/examples/file-associations/src-tauri/src/main.rs...

Okay, this is a bit messed up but here it is: https://github.com/tauri-apps/tauri/pull/10864/files - for you the interesting parts are the lines that are commented out :/ (the fs_scope() stuff)