Fabian-Lars

Results 1354 comments of Fabian-Lars

Can you share an actual reproduction example (a repo we can look at)? Since there are no warnings/errors i'd suspect a logic error/oversight first.

@Palm5 this is unrelated to this issue. Sync commands run on the main thread so are expected to freeze your app if they are running for a long time. The...

Thanks for the request :) What would be the major advantage over tokio::sleep considering it's the very same thing as a re-export would be? I'd personally prefer to keep our...

> Well the point of async_runtime is to expose only the most common of things, right? In _my_ opinion no. I'm not a fan of simple re-exports, especially if it...

Exposing tokio as a whole would mean we'd have to enable all of its features, right? (genuine question). Because that's something i'd like to avoid, tauri's compile times are already...

Right, i know how it works on the technical side, but i'm not sure what's best for the user i guess. Or maybe differently: How should we decide which features...

It links to tauri's discord https://discord.com/invite/tauri

Here's a copy of said thread: ``` Disable methods that create extra webview2 windows prestomation OP - 08.07.2023 00:03 On Windows there are a number of ways to easily open...

Can you change the tauri dependency in cargo.toml to this and try again? ```toml tauri = { version = "1", default-features = false, features = ["wry", "compression"] ```

Okay, thanks. I will try to get my catalina VM up and running again but it could totally be possible that this is simply not possible.