Robin Bowes
Robin Bowes
Just noticed a dodgy sentence in the README - sorry ! :)
This change does two things: - I've run shellcheck against semver and made all the recommended changes. - I've also fixed all tests to use `[[ ]]` and fixed unnecessary...
Great job. Please add a JSON output formatter
I'm deploying on CentOS 7 - I'd like a systemd unit file. I will craft one and send a PR, and modify the spec file to use it.
Hi, I'm using merge_args to add common options to several Typer commands. It seems to work OK for options with an argument (eg. `--author Kwpolska`) but when I try to...
* **Please check if the PR fulfills these requirements** - [ ] Tests for the changes have been added - [ ] Docs have been added / updated - [...
Mark token as a secret parameter to prevent it appearing in log output. Fixes #34 Probably needs tests before merging, but I'm not sure how to test visibility of the...
... be specified, eg. /usr/lib/hbase instead of /usr/lib/hadoop-0.20. Modify rpm spec template to use the specified dir.
I set default properties for the file resource in my site manifest, as follows: ``` File{ owner => 'root', group => 'root', mode => '0644', } ``` I noticed that...