Iron(III) Oxide

Results 40 issues of Iron(III) Oxide

I'm trying to create a library that rounds float types (f32 and f64) to a specified number of digits by calling on the "round()" function along with some other operations....

[This](https://doc.rust-lang.org/nomicon/atomics.html) page says: ` while lock.compare_and_swap(false, true, Ordering::Acquire) { }` The problem: `pub fn compare_and_swap (&self, current: bool, new: bool, order: Ordering) -> [bool]` is [deprecated](https://doc.rust-lang.org/std/sync/atomic/struct.AtomicBool.html#method.compare_and_swap). Request: update the example...

## Is your feature request related to a problem? Please describe. Hard to learn how to use this crate. ## Describe the solution you'd like This crate needs more documentation....

Make the code runable directly after copy+pasting into Rust Playground or local `main.rs` file. Also removed unused code.

The code examples on [this](https://docs.rs/fst/0.4.7/fst/) page import the traits `Streamer` and `IntoStreamer`. But apparently, these traites aren't being used after they have been imported. I suggest doing one of the...

Thank you for this awesome crate! There's just one thing I'm missing: cast between boolean and other types. So `0.0` and `0` is `false`, and `1.0` and `1` is `true`,...

##### Expected Behavior If the terminal is positioned at the top, and I set the width to 100%, then the terminal should remain on the top of the screen. #####...

downstream/upstream

**Lorien version:** v0.6.0 **OS/device including version:** ``` System: Kernel: 6.6.12-1-lts arch: x86_64 bits: 64 compiler: gcc v: 13.2.1 clocksource: tsc available: acpi_pm parameters: BOOT_IMAGE=/@/boot/vmlinuz-linux-lts root=UUID=1e832921-1065-48de-ae68-c08f12a30109 rw rootflags=subvol=@ quiet loglevel=3 ibt=off...

bug

### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DocumentServer/issues?q=) and did not find an issue describing my bug. ### Operating System of DocumentServer Linux (DEB package)...

confirmed-bug
fixed-release

Cranelift is currently incompatible with the following Docker command (at least in my case): `docker-compose up -d --build` I get this error message: ``` Dockerfile:11 -------------------- 9 | FROM chef...