Christoph Groß

Results 19 issues of Christoph Groß

I was teaching a class with a few students this semester. A small part of that was solving some tasks for the Microbit in either Rust or C++. And the...

no changelog

Fixed released an update and now requires rust 1.61 (https://crates.io/crates/fixed)

When I was finally able to test my progress with my library on hardware once more, I got the error from above. Since the only thing that returns error in...

Open VSX is an alternative marketplace for VS code used by default on arch/manjaro (and maybe other systems). If I see it correctly its a one line change to the...

This patch should allow for Day01.txt instead of Day1.txt and therefore make the sorting better when days 10,... are added. Fixes #33

Since we divide by 8 this should still be the number of bytes for the display? _Originally posted by @caemor in https://github.com/caemor/epd-waveshare/pull/177#discussion_r1448864501_

Quite a lot of changes already happened since the last release last year thanks to a lot of people. (Optional) Todos for the new release: - [ ] #134 -...

See @peckpeck's todo from #132 ```rust /// Only for the Black/White-Displays // TODO : 'color' is not a good name for black and white, rename it to BiColor/BWColor ? #[derive(Clone,...

help wanted
question

While checking a crate for its test coverage I saw that custom panic messages in test functions are counted as uncovered lines. Is this expected behavior and is already a...

C-upstream-bug