Arkadiusz Miśkiewicz
Arkadiusz Miśkiewicz
Scenario: mtr some-address now our machine gets kicked out out wifi AP or network is restarted. mtr will, in such case (kicked out of AP; so for some short time...
```` $ ~/.cargo/bin/coreutils coreutils 0.0.29 (multi-call binary) ```` ```` $ (for i in `seq 1 2000`; do mkdir 1234567890123456789012345678901234567890; cd 1234567890123456789012345678901234567890; done) $ ~/.cargo/bin/coreutils rm -rf 1234567890123456789012345678901234567890 rm: cannot remove...
```` $ ~/.cargo/bin/coreutils coreutils 0.0.29 (multi-call binary) ```` Copying very deep directory structure fails: ```` $ (for i in `seq 1 2000`; do mkdir 1234567890123456789012345678901234567890; cd 1234567890123456789012345678901234567890; done) $ ~/.cargo/bin/coreutils...
Please, before you create a new bug report, please make sure you searched in open and closed issues and couldn't find anything that matches. **Printer type** - MK4, MK3.5 **Printer...
Related to https://github.com/rpm-software-management/rpm/issues/2351 . Can't reopen that one. Solution to "remove packages" does not help users with these formerly acceptable packages **already installed** and no longer available. I have packages,...
Enhance macos (tested on apple silicon) experience where we have multiple serial interfaces implemented by single physical device. Currently there is no way to distinguish between these two. More in...
**Printer type** - MK3.5 **Firmware** - 5.2.0 **Is your suggested improvement related to an existing problem? Please describe.** When MK3.5 printer finishes print it moves bed to the front for...
If cp in gnu_cp_al() fails we end up with error that tells us nothing useful logged into cmd_logger ```` [2025-07-21T02:05:49] /bin/cp -al /mnt/example/daily.0 /mnt/example/daily.1 [2025-07-21T12:26:10] /usr/bin/rsnapshot -c /etc/agrsnapshot/example.conf daily: ERROR:...
Until now offsets above 1MHz were limited to 1kHz step. I had a need for offset in GHz range, ending up with 360Hz which wasn't possible with 1kHz step. Replace...
Two small fixes: - Sparrow 4" has TCXO temperature sensor, so enable it on that type of board. - TCXO state stored in EEPROM was read from EEPROM on boot...