Reactor Scram

Results 93 issues of Reactor Scram

Adds a local config dir which is identical to `config_dir` on Linux and Mac. On Windows it uses AppData/Local instead of AppData/Roaming. I only ran the tests on Linux cause...

I think there is a missing use case of `config_local_dir`. My program needs a config file with the computer's nickname, like "my laptop". If I use `config_dir`, it will go...

I'd like to be able to cross-compile Rust programs for my Pandora as I discussed on Reddit. glibc says it is version 2.9 so hopefully it may be possible.

enhancement

### Describe the bug I'm getting this output indicating a busy loop: ![image](https://github.com/tauri-apps/tauri/assets/13400041/4455d61d-7900-40c2-902f-89d453024c4e) ``` Ran Tauri iteration at 4.7094867s Ran Tauri iteration at 4.7097679s Ran Tauri iteration at 4.7099947s Ran...

type: bug
status: needs triage

### Describe the bug Running `stat src-tauri/Cargo.toml && pnpm tauri build --bundles none > /dev/null 2> /dev/null && stat src-tauri/Cargo.toml` I see the mtime for my Cargo.toml changes after `pnpm...

type: bug
status: needs triage

**Is your feature request related to a problem? Please describe.** Builds are slow because with Tauri 1.x we end up pulling in 4 or 5 versions of the `windows` crate,...

area/windows_client
complexity/medium
needs triage

Relating to https://github.com/firezone/firezone/pull/3629#discussion_r1487022289 These two PRs for DNS support on the Linux client will incur technical debt: - Add env var to choose DNS control method https://github.com/firezone/firezone/pull/3629 - Control DNS...

area/linux_client
complexity/medium
needs triage

**Describe the bug** connlib disconnected due to an error, but "Firezone Tunnel" was still in Device Manager and Tun doesn't report being dropped for at least 5 minutes. Logs when...

area/connlib
area/windows_client
complexity/medium

Saw this over on the Firezone client: https://github.com/firezone/firezone/issues/2808 The 2nd app instance panics here: https://github.com/FabianLars/tauri-plugin-deep-link/blob/0c28b75ac663b4ba0fb1f0d1ea4220f82a583764/src/windows.rs#L59 I'm guessing what happens is, when `prepare` tries to connect to the listening socket owned...

bug
platform: windows

I'm not sure why, but since this is a small repo I wanted to mention it in case someone else has the same problem. I am working on a convolutional...