Renato Caldas
Renato Caldas
As a sidenote, and revisiting #94, there are a few older atxmega chips that don't use the new style IO cells.
To be honest I still don't have the hardware to test it on. The GPIO code is simple enough and does seem to be correct, but I haven't looked into...
> I'm not an expert in Qt applications, but launching LibreCAD from the terminal like this seems to work: > > ``` > $ QT_AUTO_SCREEN_SCALE_FACTOR=1 librecad & > ``` This...
I suspect it was originally meant to be used in `IMAGE_BOOT_FILES`. Since afe964192bb057e79a3610aec6e89b86dd94235e, it can be computed from `KERNEL_DEVICETREE` using `make_dtb_boot_files()`.
Ended up increasing the scope of the original PR, so updated accordingly.
@kravietz the `nat` table is currently being created as an `ip` (ipv4-only) table. It should be created as an `inet` table (for both ipv4 and ipv6). See: ``` $ cat...
It's been over a year, any feedback from the core salt team? Coming from Ansible, orchestrations feel kind of useless without the this...
Debian 10 is now EOL, closing.
This last problem can be worked around by setting auth_file_path: ```yaml - uses: https://github.com/redhat-actions/podman-login.git@v1 with: auth_file_path: /tmp/storage-run-0/containers/auth.json (...) ```
BTW this might be relevant: ``` ❯ podman info host: arch: amd64 buildahVersion: 1.39.4 cgroupControllers: - cpu - memory - pids cgroupManager: systemd cgroupVersion: v2 conmon: package: conmon-1:2.1.13-1 path: /usr/bin/conmon...