-
This is a feature request to eventually get rid of the C libdbus part and make this a native Rust crate.
Context and usecase for this is that I have some portable/containerized applications which n…
lucab updated
7 hours ago
-
**Problem**
Some packaging tools like nix use Cargo.lock to pick up versions of the dependencies. Currently dioxus-cli Cargo.lock uses 0.2.93 webasm-bindgen but rest of Dioxus uses 0.2.95 version o…
-
I am working on a no_std embedded comms stack which talks to devices running C applications. The stack uses `heapless::Vec`s to handle the byte streams being sent and received, and I would like to use…
-
Hi,
This isn't an issue but rather a request for a nudge in the right direction. I've made a fairly large application in Rust running on the ESP32. So far it's been fairly smooth sailing. But the n…
-
## Describe the bug
I have followed the steps from https://github.com/meshtastic/network-management-client?tab=readme-ov-file#installation for Fedora 40, but when running `pnpm run rust:dev` I get …
-
### Before i start this report, there is a currently working workaround on an unrelated repo posted by user [mmstick](https://github.com/mmstick).
### Link to his solution that had worked for me …
-
I use command below to build my project as a dylib :
`
ohrs build --arch aarch --release -- -Z build-std=std -Z build-std-features="optimize_for_size"
`
and Cargo.toml below:
```
[package]
name…
-
### Describe the bug
Application won't start anymore.
Error:
`Gdk-Message: 23:55:52.007: Error 71 (Protocol error) dispatching to Wayland display.`
### Reproduction
Execute `yarn tauri dev` und…
-
### What should we add?
After we have the full rust-native core data model in #13264 we can then expose a compiled language interface directly to that data model. Having a compiled language interface…
-
# When following https://grafana.com/docs/beyla/latest/quickstart/rust/ or https://grafana.com/docs/beyla/latest/quickstart/golang/
I can't send data to Grafana Cloud from both metrics and traces.
Al…