allixx
allixx
Managed to reliably reproduce this using [httm](https://github.com/kimono-koans/httm/releases/tag/0.49.9) on ubuntu 25.10 test system (zfs 2.3.4) zfs setup: pool `testpool` mounted on `/testpool` dataset `testpool/filesystem` Create snapshots on `filesystem`: ``` # cd...
I'm very curious how to bring devs attention to [make it fail gracefully](https://github.com/openzfs/zfs/issues/17659#issuecomment-3215766751), if proper solution complexity is unknown. As of now, 2.3 is basically unusable since it hoses itself...
Tested master, and can confirm that issue is solved.
What's maintainers take on this? Should CSE be added as a separate engine, or integrated into existing one? Assuming they are not against CSE in principle.
(uneducated opinion) Looks like system's configured accent color (style, theme) is now being used for app buttons, title bar etc. For some reason, the accent configuration went missing on some...
JFYI, pull request should probably be based on develop branch. On 2nd thought, I am really not sure if that's a bugfix or a feature, so I'll just shut up...
Unsure if related, but If i'm reading this correctly, rutorrent chooses `group2` command prefix https://github.com/Novik/ruTorrent/blob/e839191876b8d950dc2c6617cdfb2b726979d44e/php/settings.php#L308 while deprecated group2 was removed in rtorrent 0.16.0: https://github.com/rakshasa/rtorrent/commit/48f82c17c2d91d2ef4dd3f1efefa34c27e72f465 EDIT: yeah, conditional handling `rtorrent 0.16+`...
Regarding `incorrect version of xmlrpc-c library` message, the reason is in this api call from `php/settings.php`, which fails for reason unknown. `to_kb` command is still valid and should work. ```...
So even with correct `group.` command prefix, and the following deprecated command renamings: `ratio.min.set` -> `ratio.min` `ratio.max.set` -> `ratio.max` `ratio.upload.set` -> `ratio.upload` Ratio plugin's `system.multicall` batch configuration fails with `-500faultStringinvalid...
> I tried to dirty-fix it Hey, good finding! Thanks. This new args requirement makes zero sense to me as well, but it works so I call it a win!...