Alec C
Alec C
Yes @elsaco that's where we've gotten to. Just don't know what @zcobol did to have it working without hacking the user/groups. Note: an easier hack is to create a 24.04...
Yes I had the crazy idea and great job for you on it working so well out of the box! Sounds good if I have some free time I might...
Infinite recursion does as expected and crashes instantly. But limited recursion (32) does not so bad but it's kinda hard to see if part of the rendering here is breaking...
Yeah it seems like they'd be broken for the same reasons. Inheriting from lambdas is something that's actually used for a trick with `std::visit` that's outlined on the cppreference website...
I think that this should work because I tried it and others certainly will. With the obvious caveat that if the pin didn't render on the current draw loop before...
Tested building on 4.3.3 outside Yocto (Ubuntu 22.04) and the minimal repro build is the following deviation from the standard configuration. `cmake -B build .` then used ccmake to set...
It should also be checked that building with other event backends works as well. As disabling server without setting a backend works fine because the poll backend seems to be...
I just ran this through the debugger to try to figure out what was happening. It seems that all the printf's for each line are called, and sanity checking the...
Differences between my setup and your would be the version and I'm not running dhcpcd in managed mode. I am seeing the read call for stdin get hit and the...
As noted I'm also on Musl libc, and I saw all the print with each string being hit. I haven't a clue what could go wrong between there and the...