Tim Waugh
Tim Waugh
The pyproject.toml file specifies "^2019.3" as the version, but pytz does not use semantic versioning. "^1.2.3" allows versions ">=1.2.3 =2019.3
It would be great to have some bash command-line completions for the various utilities.
Fixes #67 Signed-off-by: Tim Waugh
There ought to be an output formatter that performs analysis for sshd logins.
It would be nice to be able to plug in output formatters to allow for fine-grained customization.
Red Hat and Fedora container images are built using atomic-reactor, and while the 'architecture' label is required to be present in the built images, in fact it is added automatically...
- [ ] Icon tooltips should include location and/or description - [ ] List view as an alternative to the icon view, with columns for location and description From [rhbz#1223910](https://bugzilla.redhat.com/show_bug.cgi?id=1223910).
Currently, there are calls to cups.require() in lots of places, which makes it hard to know which version of pycups is really required. It would be much nicer to just...
This renders incorrectly: ``` - A - A.1 - x > quoted text - A.1.2 - A.2 - B - B.1 - B.1.1 - B.1.2 - B.2 ``` I'm using...