-
https://github.com/moka-rs/moka/actions/runs/10859450764/job/30138812482
```console
cd .;
cargo-kani --features 'sync, future'
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
e…
-
## Description
With window-state and single-instance installed, app hangs when creating a new window from single-instance's `init()` function.
## Steps to reproduce
This is the repo to reprod…
-
**Describe the bug**
`cargo mobile init` then building in XCode fails to build the Rust Code with error
```
library 'System' not found
```
The Rust dependencies do not finish building. Now whe…
-
Steps to reproduce:
1. `cargo new foo`
2. `cd foo`
3. `cargo add aws-lc-sys`
4. Put the following in `src/main.rs`:
```rust
use aws_lc_sys::RAND_bytes;
#[kani::proof]
fn foo() {
let mut…
-
### Problem
Cargo incorrectly uses `-C linker-plugin-lto` to request bitcode only crates. That's not what `-C linker-plugin-lto` is intended for. On Windows it has the additional effect of changing h…
Zoxc updated
2 months ago
-
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/11496
### Describe the bug
npm run tauri dev
> tauri-app@0.1.0 tauri
> tauri dev
Running BeforeDevCommand…
-
### Describe the bug
I am currently running my Tauri app as a Windows service (without a window), and I am encountering an issue when trying to close the app using the app.handle().exit(0) command.…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
### Describe the bug
I have a session cookie (http-only) returned as part of the authentication process, which is handled by Tauri's HTTP Client plugin.
Any request that is handled by the client …
-
### Describe the bug
I followed the steps in the link below. I didn't any change the created files at all.
https://v2.tauri.app/start/create-project/
After the "npm run tauri dev" command the a…