-
Using `#![cfg]` to disable a crate on platforms where it makes no sense is usually a great idea. That way people can unconditionally depend on your crate and use it only on the targets where it is nee…
-
Im not sure this is the correct place for this, but im sure this issue has crept up for more here than just me.
Rust has a wonderful eco-system and good tooling to allow using 3rd party crates very e…
-
I tried to build a simple `no_std` "Hello World!" program using the `x86_64-unknown-linux-musl` target. The source code (in `src/main.rs`) is here:
```rust
#![no_std]
#![no_main]
use libc::{c_…
-
I'm running on Linux using Jack for audio and using the default ALSA -> JACK plugin for the bridge (no Pulseaudio, no Pipewire) at a sample rate of 48000. This causes a `thread '' panicked at 'Can't s…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Enter the HardFault-Handler interrupt
### Expected Behavior
_No response_
### Steps To Rep…
-
[https://doc.rust-lang.org/std/sync/atomic/index.html](https://doc.rust-lang.org/std/sync/atomic/index.html)
* PowerPC and MIPS platforms with 32-bit pointers do not have AtomicU64 or AtomicI64 types…
-
Hi,
I found your project while looking for home assistant MQTT serde types and it seems like `mqtt-proto` has them. The crate itself has `no_std` support, however, one of its dependencies, `nameof`, …
-
### Version
0.6.0
### On which installation method(s) does this occur?
Docker
### Describe the issue
In examples/weather/dataset_download/start_mirror.py the global_means and global_stds files (u…
-
### Backend
VL (Velox)
### Bug description
SQL:
```
SELECT round(cast(0.5549999999999999 as double), 2);
```
Gluten returns 0.56, but vanilla spark returns 0.55.
The reason of this misma…
-
Hi,mikke89. Thanks for your creation of RmlUI, which helps me a lot in my project. It is a great work really. But recently I encounter an annoying bug when using it, totally no clue what I can do abo…