Taiki Endo

Results 938 comments of Taiki Endo

Thanks for the suggestion! > Main downside of this is obviously a common "run tests and open report" usage becomes two commands, so instead of just `cargo llvm-cov --html --open`...

Added in [0.5.0](https://github.com/taiki-e/cargo-llvm-cov/releases/tag/v0.5.0).

Hmm, I noticed that I could not reproduce the issue I was concerned in #102.

Thanks for the report! This is because reports are output to stdout by default, but we should stop redirecting when one of `--no-report`, `--output-path`, `--output-dir` is passed.

The fix has been published in [0.5.0](https://github.com/taiki-e/cargo-llvm-cov/releases/tag/v0.5.0)

`from_urdf_file` is from `openrr_planner::FromUrdf` trait. You need to add the following import. https://github.com/openrr/openrr/blob/4456aa6e472e50476323cf23fd80ef4e89a91c5d/openrr-planner/examples/minimum.rs#L19

(This is fine to postpone until 0.1)

#259 and #292 should be able to improve this to some extent. In the medium term, perhaps adding more comments and documentation to the config files in the examples and...

https://gitlab.com/gilrs-project/gilrs/-/issues?label_name%5B%5D=mac+os

We also need to rethink when to apply the joint position text box updates. Perhaps it is preferable to request an explicit enter key (using [iced::TextInput::on_submit](https://docs.rs/iced_native/0.3.0/iced_native/widget/text_input/struct.TextInput.html#method.on_submit)). Currently, it is updated...