Max
Max
Should be `$HOME/.config/aurgetrc` (`$XDG_CONFIG_HOME/aurgetrc`), and there make sure that you set: ``` disable_maintenance_warning=true ``` Edit: Maybe also refer to `man 5 aurgetrc` :-)
Maybe also have a look at the two `shellcheck` issues which would be introduced through this pull request: https://codeclimate.com/github/pbrisbin/aurget/pull/68
@LilyCathelineau are you still interested in finishing this pull request? Otherwise I would look into that.
Regarding Arch Linux, I just installed from the AUR with the given `PKGBUILD` https://aur.archlinux.org/packages/paperboy (which was created by someone else) and just needed to modify the versions (and the hash),...
Probably related: https://github.com/shopware/production/issues/49
@SimonVorgers what exactly do you mean, that the filters are shown if no rating exists for the products of this category?
@SimonVorgers I have looked into this issue and understood the problem. To solve it each of the other filters needs filtering, but I think the exact filtering depends on the...
@SimonVorgers I added a method which filters the empty aggregations. Unfortunately I currently have no time to look into the failing ES test. The test is failing since the rating...
@SimonVorgers I now fixed all tests, rebased to the current trunk and also found another issue which happend in the search, that the filter were still displayed. I therefore extended...
@SimonVorgers how is the status here?