Results 23 issues of Alexander van Saase

Is it possible to add support for threeparttable, with options to set the tablenotes? I think this provides a nicer solution than adding the notes in a `\multicolumn`.

The measurement time is hardcoded using a delay of 40ms: https://github.com/VersBinarii/bme280-rs/blob/051071f898630c0fd8845cc7eea966a5654e74af/src/lib.rs#L691 This limits the measurement rate to 25Hz, while both the BMP280 and BME280 datasheets say faster updates rates are...

Protobuf enums currently generate a Rust enum with an `impl` block that provides methods to convert to and from a string representation of the enum variant. I would like to...

**Is your feature request related to a problem? Please describe.** Rust is getting more popular in the embedded space and it would be great if symforce could generate efficient Rust...

enhancement
core

Hi, Cool project! I'm trying to build something similar but written in Rust and targeting the Raspberry Pi Pico. It's still early days and I'm now trying to figure out...

Hi, thanks for your work. I would like to use this algorithm in a Rust project. I considered porting the code but then I found [this comment](https://github.com/jmagnuson/ahrs-rs/issues/21#issuecomment-1369023131) where you stated...

Hi, thanks for making this driver crate. Are there plans for adding an `async` API to this crate? `embedded-hal` is working towards a 1.0 release which has async version of...

## Current Behavior When the user erroneously sets `nav_rth_home_altitude` above `nav_rth_altitude`, the aircraft will climb when it reaches the home position. ## Desired Behavior I think there is no real-world...

Enhancement/New feature

### Problem Take a project directory structure like this: ``` . ├── Cargo.lock ├── Cargo.toml ├── examples │ └── grid │ ├── Cargo.toml │ └── src │ └── main.rs └──...

C-bug
S-triage