Anatol Ulrich

Results 21 issues of Anatol Ulrich

.. also "format on save" did a thing

```code ace@UNITINU:~/espressif-trainings/intro/hardware-check$ cargo build --release (...) error: failed to run custom build command for esp-idf-sys v0.30.4 (...) /usr/bin/python3: No module named pip ``` partial solution: `sudo apt install python-pip3` however,...

currently the `mdbook` job is commented out for macos in `.github/workflows/ci.yml` because it fails: ``` Run cargo xtask test-book (...) Error: ["book: \'mdbook test -L ../target/debug -L ../target/debug/deps\' did not...

type: bug
priority: low
status: needs info
difficulty: medium

https://github.com/ferrous-systems/embedded-trainings-2020/pull/145 introduces a temporary dependency on a git version of `serialport` to fix a macos deprecation. Once [the PR over there](https://gitlab.com/susurrus/serialport-rs/-/merge_requests/104) is merged: - revert dependency back to upstream -...

expected: I only get `nm` output when redirecting/piping `cargo nm` standard output actual: `rustc`/`cargo` output is included as well: ``` ❯ cargo nm | head -11 Finished dev [unoptimized +...

bug

```code ❯ cargo generate --git https://github.com/esp-rs/esp-idf-template cargo 🤷 Project Name : itsok 🔧 Basedir: /private/tmp/aec.22_05_31_23_09_01.vl ... 🔧 Generating template ... ✔ 🤷 ESP-IDF native build version (v4.3.2 = previous stable,...

in [hello board](https://espressif-trainings.ferrous-systems.com/02_4_hello_board.html) it says > 1. press and hold boot button on the board, start flash command, release boot button after flashing process starts Context: sometimes (see context in...

e.g. [the most recent run](https://github.com/sehraf/d1-riscv-arch-image-builder/actions/runs/4917690627) ``` build No files were found with the provided path: /home/runner/work/riscv-arch-image-builder/riscv-arch-image-builder/archlinux_riscv.img.tar.gz. No artifacts will be uploaded. ```

[sometimes](https://twitter.com/pandora9001/status/1565774226417655809) it's preferable to use an existing logger instead of a bespoke defmt-aware one. This PR makes it possible to preserve log levels in this case. It breaks a public...

type: enhancement
breaking change