Piotr Gliźniewicz
Piotr Gliźniewicz
### Summary The alternatives module's behavior should match what the alternatives command does. Given: ``` $ sudo alternatives --config java There are 2 programs which provide 'java'. Selection Command -----------------------------------------------...
### Description Working with my code, I have found a case, where `OrderByManager.applyOrderBy` ignores the specified null handling. Ordering is done by the return value of a custom function, The...
I've tried to install ddcui from COPR on Fedora 40, but it conflicts with the liddcutil package from the system repository. KDE Plasma depends on the system package, so it...
Changing conditions to equivalent ones generates a decompiler output which is harder to understand. For example this: LAB_6000207c 6000207c 83 f9 08 CMP ECX,0x8 6000207f 7f 0f JG LAB_60002090 60002081...
I've built the project, had to add `export CFLAGS=-fPIC` or it would not link with libsensors. The result is:  The system is Fedora 39, running on an ASUS Rampage...
### Summary I'm trying to use `systemctl link` via Ansible, but I don't see a relevant parameter in `ansible.builtin.systemd_service`. I need link for this case, because it's to "register" a...