Fabian-Lars

Results 1334 comments of Fabian-Lars

There are no missing imports here. The example uses only the std prelude. Can you share errors and/or relevant code that doesn't work for you?

So the issue here is that you're using tauri's Result/[Error](https://docs.rs/tauri/latest/tauri/enum.Error.html) type instead of Rust's standard one, so if you replace `-> tauri::Result` with `-> Result` like in the examples you...

https://github.com/netvl/xml-rs/issues/221

we require all commits to be signed across Tauri's repositories. Follow [this guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) to set up commit signing. Once all the commits in this PR are signed we can merge...

@alllex Friendly reminder ping :P GitHub does not allow me to click on the merge button until all commits are signed.

I _think_ we need to expose the [`.pragma()`](https://docs.rs/sqlx/latest/sqlx/sqlite/struct.SqliteConnectOptions.html#method.pragma) method for this to work 🤔

Hey, thanks for your interest! Unfortunately macOS does things quite differently (as always), which means that we need changes in tao: https://github.com/tauri-apps/tao/pull/422 I'm not entirely sure yet how it will...

For reference and some hints: #918. Edit: You can keep this issue open since the other one's closed without being generally resolved.

@kamilernerd Are you using stable Tauri versions? Because we removed our custom permission prompts in later release-candidate versions. (you can check via `npm run tauri info`)