Shane Snover

Results 34 comments of Shane Snover

If you import `"io/ioutil"` you can call `ioutil.ReadAll` on your serial port object. However, it does not appear to time out and I can't find a way to make this...

I've been trying to parse the cmake macro definitions for `add_message_files` and `add_action_files` to see if there's some way to invoke the prior to make it copy those definitions into...

For some additional info, when I try to manually add the messages, the proc-macro panics: ``` error: proc macro panicked --> src/main.rs:1:1 | 1 | rosrust::rosmsg_include!(my_msgs/package_1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | =...

I've made a small re-implementation of the `rospack list` command which appears to nearly match the official tool in my catkin workspace (I haven't filtered out metapackages yet). Visible here:...

@adnanademovic are you accepting contributions to this repository?

If Slowtec isn't looking to take on indefinite maintenance of serialport-rs, I'd note that it looks like it's maintenance is being carried on here: https://gitlab.com/reconbot/serialport-rs (based on the thread linked)....

@kennytm The code coverage analysis seems too sensitive. It seems like there should be a set coverage target (say 90%) and the coverage of a given PR should be compared...

@pchickey Is this issue still valid or is the API of `wasmtime` intended to be more static at this point? I have something working in the `wasmtime` crate, but it...

Sounds good. I can back out some of the changes very easily in the public API. I'll go through some of the existing examples and tests and swap some of...

Yeah, based on my tinkering that's totally possible; I think that means there won't be any changes required for sync APIs generated by `from_witx`, just async in order to do...