Results 4 issues of Thomas Hybel

There's a bug in ananicy which causes a rule on the form {..., "ionice": 0} to not have its "ionice" set. Consider the following excerpt from ananicy.py: ```py def get_rule_info(self,...

Certain processes, such as Discord, modify their /proc/pid/cmdline file (?) to contain spaces instead of null bytes: ```bash 12:42 /proc/528292 $ cat cmdline | xxd 00000000: 2f6f 7074 2f64 6973...

Let's say I create a rules file, `90-myrules.rules`, and another rules file, `91-part2.rules`. Both have a rule matching my program. The intuitive behavior would be that the rule in `91-part2.rules`...

Old-style literal filters are still supported, since they are valid regular expressions, too.