Fabian-Lars

Results 1372 comments of Fabian-Lars

https://github.com/tauri-apps/plugins-workspace/pull/1383

Can you share your tauri.conf.json file? Or at least the bundle.iOS section, if configured?

This is not a bug btw. This was intentional. Mainly for users that don't want to use the nodejs ecosystem etc (basically, if you choose Rust Frontend -> JavaScript in...

You can use `with_webview` for now https://docs.rs/tauri/latest/tauri/webview/struct.WebviewWindow.html#method.with_webview `AreBrowserExtensionsEnabled` got an actual method because it needs to be set when the inner webview is created.

> Perhaps there's an atomic way to do the check/creation step? As far as i know, only by creating the release in a prior job: https://github.com/tauri-apps/tauri-action/blob/dev/examples/publish-to-manual-release.yml I would still love...

you're right and it's a known issue. the wix bundler's behavior is considered wrong so we didn't add it to the nsis one. but changing it in the wix bundler...

> This introduces a new method which is preferred by the flathub staff. It will make it easier for people to submit their apps to flathub without being asked to...

oh and thanks for the PR! i'm quite busy this week (was out of office the last month so tons of things to catch up on) so i may not...

> This is stuff that they wanted me to fix when I published my app. yeah, just found the pr. > I am also updating the gnome version and I...

No, there's no plans in the (very busy and small team) to work on this ourselves. > The most obvious workaround is to allow setting CORS headers to the dev...