Val Packett
Val Packett
mm. There is *some* placeholder resolution being set there, with my extra logging statements in the driver and without the kludge here I see: ``` [117275.755166] qcom-iris aa00000.video-codec: output_mplane yes...
Any volunteers for a new maintainer? :)
Just hit this as well. As a quick fix, FSChangeParams.py Line 384: ```python d, l, w = screwMaker.FindClosest( ``` and in ScrewMaker.py ```python # auto find width, if applicable if...
I really like how Kakoune does it — the cmd prompt is **in** the status line (all the status stuff is on the right side) 
https://github.com/Homebrew/homebrew-core/pull/216928 is crucial for musl hosts, which are even more prevalent in the arm64 world due to postmarketOS. A glibc bottle is the one missing piece to have equal experience...
Hi, I've just been bringing up river (ocean's less power-ful cousin, hah) and encountered the same problem. Looks like the [dtbo source](https://github.com/barni2000/dtbo-lk2nd/blob/21fec24f22944b8dc490148266fb76177b80ef73/sdm632-motorola-ocean.dts) with multiple board IDs is completely bogus. The...
@unilock @tulpenkiste @XerTheSquirrel please try https://github.com/barni2000/dtbo-lk2nd/pull/6 — or directly my DTBO build: [dtbo-motorola.zip](https://github.com/user-attachments/files/23693725/dtbo-motorola.zip)
I've just encountered the "could not find a log line" thing, podman logs look like: ``` Welcome to Debian GNU/Linux 12 (bookworm)! Failed to create /init.scope control group: Permission denied...
Right. I guess cgroupns might require the host system to use cgroups (and in a particular way?) so it might require extra steps on non-systemd systems? 🤔
ha! So what it needs to make write access possible to cgroups inside of the namespace is running in a user-writable cgroup, which in the systemd world is managed by...