Loïc Damien

Results 27 issues of Loïc Damien

stdout is often already a pipe. In this case it's possible to directly splice to it, without an intermediate pipe. It may be interesting to compare that with the current...

`SwaggerUIBundle` is called in the `static/index.html` file. Its parameters are hard codded. I would like to set `validatorUrl` to `null`. But right now this is not possible. It would be...

Currently, all unsolicited messages are sent to an unbounded channel. That's not always the best options. `netlink-proto` would be more flexible if the user was able to pass an async...

help wanted

I made a version in rust: https://gitlab.com/dzamlo/polycubes It's quick and dirty code. On my laptop, I can compute up to n=13. For n=14, the process consume too much memory and...

This depends on the level of support we want: - We could simply support `#[derive(Format)]` but we will not get all the fields in the debug output only `.0` -...

I followed the book and when I reached the [examples chapters](https://rtic.rs/2/book/en/by-example.html) I encountered the following error which come from the end of `rtic-macros/src/lib.rs`: Cannot compile. No backend feature selected I...

documentation

**Describe the bug** When running a simple project that use embassy on an ESP32C3 (a ESP32-C3-DevKit-RUST-1 board to be exact), I get strange error when trying to debug using RTT....

bug
chip:esp32

### Problem When `rustup update` fails, it doesn't return an exit code that indicate failure but instead returns 0. ### Steps 1. Be in a situation where `rustup update` fails,...

bug

It would be nice if the list of ignored words for `cSpell` was also ignored by this extension. Otherwise, I need to maintain two copy of the same list of...

enhancement

When using probe-rs with `defmt` We get timing and source info for each print. For example ``` 0.000061 INFO Hello World! └─ blinky::____embassy_main_task::{async_fn#0} @ src/bin/blinky.rs:14 ``` For coloring, only the...

serial monitor