Andreas Schmidt

Results 10 issues of Andreas Schmidt

I would love to use [`chunks`](https://docs.rs/futures/0.3.15/futures/stream/trait.StreamExt.html#method.chunks) on streams. Is there a technical reason why async-std does not support this? Or is it just missing because nobody added it so far?

enhancement

For testing purposes, it would be great if the logging could be dynamically configures to publish to the [/rosout](http://wiki.ros.org/rosout) topic, as in the roscpp and rospy modules.

I'm working through the discovery book and just did the `gdb` session in [this chapter](https://docs.rust-embedded.org/discovery/05-led-roulette/the-led-and-delay-abstractions.html). What I found is that while `info locals` properly reports my change to `half_period`, the...

[Section 7.2](https://docs.rust-embedded.org/discovery/07-registers/optimization.html) cannot be reproduced with the provided files as line numbers are missing in release build. This change adds them by modifying the release profile.

T-resources
S-waiting-on-review

When I run the examples using `cargo run --example` `gdb` cannot step, as (I guess) the debug symbols (in particular line tables) are missing. To fix that, it would be...

![image](https://user-images.githubusercontent.com/974093/142598413-f6f98b23-77c7-4932-82e6-413d3c975598.png) For [dev-dependencies] and [build-dependencies] the formatting of the table row is wrong. Either there is one tab too much at the beginning or another | should be there.

question

- Exportable as NodeJs module. - Proper date handling. - Remove equal elements to save space. - Handle array elements using IDs. - Provide a mechanism for applying changes. -...

## Bug description On my system, running `scaphandre stdout -t 15` returns 0 W for all processes. ## To Reproduce ```sh > scaphandre stdout -t 15 Scaphandre stdout exporter Sending...

bug

Thanks for this nice little crate. I'm using it indirectly, as I am creating a research website using `zola`. Now I ran into the issue that I published with people...

Dear all, (Hope this is the right spot for this) Recently, I got my hands on a Calliope Mini (a board used in Germany to help elementary school students explore...