Jason Heeris
Jason Heeris
1. Bulleted list and `aptitude` command were out of sync 2. Added `ca-certificates`, `fdisk` and `kmod` (found by attempting to build in a `debian:bookworm-slim` Docker image) 3. Sorted both alphabetically...
It's possible to use the [genimage tool](https://github.com/pengutronix/genimage/) to build the final SD card image without needing to use sudo/root or the kernel at all. I've done this for creating installation...
I attempted to build an image from the branch for PR #231 in a `debian:bookworm-slim` Docker container, and ended up with an `initramfs` that was 20 **bytes**: ```text root@2521e248c037:~/raspberrypi-ua-netinst# stat...
The package-metadata.json file is not meant to be committed into source control. It is generated by Package Control to identify packages that it manages, and ended up committed when this...
The flags that meson adds to targets for coverage are (a) not passed to the compiler "behavioural" test methods such as [`links()`](https://mesonbuild.com/Reference-manual_returned_compiler.html#compilerlinks) or [`has_function()`](https://mesonbuild.com/Reference-manual_returned_compiler.html#compilerhas_function), and (b) are not (AFAIK) available...
Just some feedback re. the UI for auto uploads in the beta version (ping @mario). I'm referring to the part of the auto-upload interface that features: - An icon that...
Environment: - `cargo-cache` version 0.8.3 - `cargo` version 1.82.0 - OS: Ubuntu 24.04.1 When I run `cargo cache -f` in my home directory, I see: ```text $ cargo cache -f...
## Description When I change the UI theme to an installed theme eg. Darcula, upon restarting the session or closing and reopening the application, the theme shows briefly before reverting...
Took me four tries to figure this out, so I thought I'd save others the trouble. (I wasn't sure how you wanted the markdown wrapped, I just went with what...
I have a Dockerfile where I use a `tmpfs` mount for the apt cache. This is because the image is built in a Docker-in-Docker image in CI, so any cache...