Fabian-Lars

Results 1341 comments of Fabian-Lars

> Is `https://asset.localhost/` supposed to work also? I get "Connection refused" with that but nothing at all with `asset://`. `asset://` is Linux and macOS and `https://asset.localhost/` is Windows.

Weird, that error typically means that WebView2 is not installed, which is not the case according to tauri info 🤔 And about the Windows version number: it's actually not that...

Can you try re-running the WebView2 installer? Maybe manually executing it with elevated permissions?

To be clear, it is possible to publish Tauri apps to the macOS app store. I heard of at least 3 Tauri apps that were already published there (don't know...

@Layendan Can you try the `fix/json-upload` branch please?

> Is it just using octokit instead of fetch that fixes it? That, and using the rest api instead of browser_download_url (which as its name suggests is really meant for...

There are 2 issues mixed up here: 1) videos not loading in general, including remote videos (for example from youtube) -> The fix is to install gstreamer 2) local videos...

> If I run `cargo tauri dev`, wait for it to show up, close the app and then immediately execute that command again, it should not take that long then,...

@matthiasbeyer Still weren't able to reproduce it, and didn't hear of anyone else with the same issue/delay (other than something similar we're seeing in our benchmark CI, which we also...

> Any new progress? Still blocked on the macos implementation. I'll see if i can turn it into an actual PR soon-ish, maybe someone (with macos experience) will take a...