Michal Gawlik
Michal Gawlik
Building Alma 9.0 image, in Centos 9 Stream podman container, on Fedora 36 host, using recent livecd-tools 31.0-1 from EPEL 9 repo with custom workaround for #243. When using image-creator...
`split()` method without any arguments will return list of words, using whitespaces as separator, which then `logging.debug()` will output on separate lines, making mess like this. Use `splitlines()` to get...
This seems counter intuitive, but is actually useful when user wants to include mandatory `@core` packages, but skip default ones, as there is no other way to do that but...
Let's suppose we have a kickstart file which includes another file using relative path, and both are stored in a subdirectory relative to $PWD: ``` subdir/a.ks # contains '%include b.ks'...
Thank you for a tool that saves me from converting 500+ asserts manually. However, it failed on a few, one of them being: `self.assertEqual(xmap.area_is_free(b, e), used == 0)` which got...
Hello, HW: RPi 3B, OS: ArchLinux, Kernel: 6.1.69-1-rpi-ARCH, Python: 3.11, gpiod: 2.1.3 from pypi.org I'm porting some of my python scripts to libgpiod and I've run into a problem with...
Hi! I ❤️ the disk space feature, simple thing but very useful. This PR tries to fix two small issues I've encountered with it. Both commits include unit tests updates...