pierre
pierre
### Describe the bug Trying to build on Linux (amd64) for Linux (amd64), running `tauri build` is failing on AppImage step. I went through the list of existing issues on...
Hi, using `3.0.0-alpha1` on my android project when I make a simple GET request on a healthy URL I get the following exception and the request fails: ``` java.lang.IllegalAccessError: Field...
Hi, I'm working on an Android app (Kotlin) and I've been trying to handle rust potential panics to prevent them from crossing the ffi boundary but without success. Using `std::panic::catch_unwind`....
Hi, When the registered component is connect to Redux store via `connect()` it cause a crash when rendered. This cause your library being unusable with recent Redux versions. Any plan...
upstream issue tauri-apps/tauri/issues/9662 ### Possible workaround: Add the following line to `/etc/apt/sources.list` ``` deb http://gb.archive.ubuntu.com/ubuntu jammy main ``` Then install `libwebkit2gtk-4.0-dev` package ``` sudo apt update sudo apt install libwebkit2gtk-4.0-dev...
Currently there is an upstream issue related to `webkit2gtk` and tauri on Linux with nvidia gpu. If when you launch/run the app you get a black screen, run the app...
Using versions containing pre-release identifier like `0.0.4-dev` will prevent to build for windows ``` Error failed to bundle project: optional pre-release identifier in app version must be numeric-only and cannot...
We are using this [package](https://github.com/dropbox/zxcvbn) to check password strength on password creation. The package looks like unmaintained and dead (last publish and commit 6y ago). As it has impact on...
### Bug Description Hi, we are using tauri to build a project for android. We have `sqlx` as a dependency with `sqlite` feature enabled. When we try to build the...