JanDiederich
JanDiederich
I get this with a self-written software after a few hours. After 10 hours the 4 GiB of my Raspberry Pi 4 are nearly **full**! I suspected at first my...
I'm having the exact same problem too. Modern web-based UIs have trained us to expect that clicking next to an obviously non-modal dialog, a popup, closes it. Without any hassle....
If you set `Clippy` to `pedantic` you run into real problems with the generated code, I found a workaround for this in the `build.rs`, which is basically a hack: ```rust...
Tested it. While `ddcutil` works great, this tool doesn't find anything. Even after running setup and running it as `sudo`. So: **No**, I don't think DDC is supported.
Looking at the died down predecessor #973 I don't expect any help soon. On the other hand: This project is super famous and used by many, many people. If you...
`VERBOSE=1` didn't help, but I could get it a bit further in the compiling, so I get now the following error in my build process when I use the updated...
@petehayes102: I got sidetracked with other projects, but I continued trying to get it to work. So I continued based on your work. Big thanks for that. So far I...
> I'd guess gcc-aarch64-linux-gnu is not correct for be Ups. Yes, you were right, I was mixing be and le. Fixed that. Now it's `cargo build-docker-image aarch64-unknown-linux-gnu --tag local` on...
> don't you need `libfontconfig1-dev:arm64` ? > also, why install gcc etc again? Failed attempts to solve dependency problems. When I append ":arm64" the installation failed. When adding arm64 I...
@Emilgardis Regarding the package installation problems, do you have any idea how this problem happens? I get this: ``` debianutils : Conflicts: debianutils:amd64 debianutils:amd64 : Conflicts: debianutils but 5.17build1 is...