-
**Describe the bug**
I'm using this asdf plugin via [mise](https://mise.jdx.dev/) to install and update eza. Until today this has worked without a problem. Now I'm facing issues when trying to inst…
lx4r updated
2 months ago
-
### Describe the bug
In Tauri config file, there is a `focus` option in window configuration, which [supposedly specifies the focus state when the window is initially created](https://v2.tauri.app/re…
-
I noticed that on macOS the example plugins are just raw binary files. Most tooling expects a "bundle" for a clap plugins with a `Info.plist`, etc. I'm only able to load the examples in REAPER, or val…
-
Hello,
I would like to make a plugin on Nixos but I'm facing problems.
I get the following error: `unresolved extern crate` on:
```rust
extern crate rustc_driver;
extern crate rustc_interface;
…
-
### Describe the bug
pnpm Tauri android dev just hangs with no output or action. --verbose doesn't assist.
### Reproduction
pnpm create tauri-app --rc
cd tauri-app
pnpm i
pnpm tauri androi…
-
### Problem
As of 1.56 Rust supports a "[rust-version](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field)" key in Cargo.toml. I love this. I am always nervous about Rust …
-
Recently, I've been transforming some "old-style" binaries to XCFramework for the Apple platform. During my investigation, I found that most of the solutions are shell scripts with almost the same wor…
-
We are using release-please [github action](https://github.com/fluencelabs/marine/blob/master/.github/workflows/release.yml#L35) in [manifest mode](https://github.com/fluencelabs/marine/blob/master/.g…
-
I would like the update of the k-d tree to be updated before the systems I have dependent on it in the `FixedUpdate` schedule. But there does not seem to exist support for setting schedule to `FixedUp…
-
With `tauri_plugin_single_instance`, relaunch from `tauri_plugin_process` is not guaranteed. Sometimes the application just closes without restarting.