Iksas
Iksas
When run on a system with an unsupported locale setting (e.g. `LC_TIME=en_DE.UTF-8`), menuconfig.py crashes with the following message: locale.Error: unsupported locale setting This fixes it by using the default locale...
There are "stuck" elements in the top right corner of the graph. This happens in all three display modes (split, large and classic). The glitch is 100% reproducible on Raspberry...
In the current macOS and iOS apps, keys are visible in the UI if a translation is missing: This PR implements support for incomplete locales. Translations no longer need to...
This PR makes the media-import plugin compatible with PyQt6 and fixes https://github.com/hssm/media-import/issues/19
Expected behavior: The release tarball can be extracted with the `--same-owner` option. This works fine in release `PPI-1.278`: ``` wget https://cpan.metacpan.org/authors/id/O/OA/OALDERS/PPI-1.278.tar.gz gzip -dk PPI-1.278.tar.gz tar --same-owner -xvf PPI-1.278.tar ``` However,...
This PR contains the following fixes: - Fixes out-of-bounds memory accesses that could lead to crashes. This also fixes #52. - Fixes multiple errors with the automatic rescaling of graphs....
##### SUMMARY This PR fixes a bug where the `apt` module ignores version requirements specified with the `>=` operator for packages that are not already installed. ## Steps to reproduce...
##### SUMMARY This PR fixes some bugs in the `apt` module that cause the `autoremove` or `purge` parameters to be ignored. More specifically: 1. 26fe86cd3dd4d9ee65f225d6c85129cd2590ee84 fixes an issue where `autoremove`...