M@

Results 10 issues of M@

I don't know how important this is to you, but I just had a test fail in a very weird way: https://travis-ci.org/iliekturtles/uom/builds/530889954 . Re-running the build solved the issue with...

The need to use `&'static str` as the message type for `ServiceCheckOptions` is very restrictive. Is there any clear reason you need the static lifetime? Could you instead make do...

### Describe the feature request Hello, first and foremost, thank you for writing such a nice system monitor! One thing that would be helpful for me is for the network...

duplicate
feature

Hi, I'm getting behavior that's gotta be a bug. My parsing code is pretty straitforward: ```rust fn parse_calibration(calibration: &str) -> Result { let mut result: AxiaCalibration = Default::default(); let mut...

enhancement

This PR adds a `derive-serde` feature flag so that generated mesages can be sent over non-ROS transport layers. I couldn't figure out how to build rosrust, so I have no...

Hi, I just saw that 0.9.0 had been released, and realized I have no idea what has changed and thus I don't know whether or not it's worth spending the...

So, I just learned a "ugh. why." thing. In ROS when you're _subscribing_ to a topic you have the option to set TCP_NODELAY and somehow it lets the publisher know...

# Problem: Types generated by svd2rust are too specific to write reasonable HAL implementations. # Causal Factors: SVD files are often garbage, and garbage in garbage out. Moreover, some reasonable...

enhancement

Would it be possible to change `flatc_rust::Args.inputs` to accept things of type `AsRef` instead of regular `Path`? That way it could accept `PathBuf`s as well, which would make it easier...

[The book](https://cantact.io/cantact-pro/users-guide.html) points to the releases area of this repo as the place to download updated firmware... yet there is none here. Am I to understand that there haven't been...