Fabian-Lars

Results 1372 comments of Fabian-Lars

that's also an outdated wry version (0.48) so basically irrelevant until someone sees it on 0.50.x as well

> This is interesting because in Electron you can replace window.fetch with node-fetch which has In Tauri apps the http plugin would be the equivalent to that though it also...

try adding a file like this https://github.com/tauri-apps/tauri/blob/dev/.cargo/config.toml

i won't change the current call for everyone but check if we can make it an option in a reasonable way, thx for digging that up

Please include the output of the `tauri info` command as required by the issue template. Are we talking about `tauri build`, `tauri build --debug` or `tauri dev` ? Do your...

This should apply to v1 as well though so almost off-topic. Thanks for sharing though.

this isn't really something you should worry about, imo we should not set the deployment target in development. But yeah, this is tracked in https://github.com/tauri-apps/tauri/issues/11577

Did this happen once, multiple times, or every time? macOS code signing, especially in CI likes to have hiccups for some reason and most of the time retrying is enough....

@YU-7 What's the error if you use tauri android instead of cargo build ? The cargo build error is either because of the http plugin or some other crate you're...

> Permission autostart:allow-enable not found try pulling in the dependency for desktop only like this: https://github.com/tauri-apps/plugins-workspace/blob/v2/examples/api/src-tauri/Cargo.toml#L55 & https://github.com/tauri-apps/plugins-workspace/blob/v2/examples/api/src-tauri/src/lib.rs#L43