Brahm Lower

Results 5 issues of Brahm Lower

Dan has implemented backups using a mixture of shell, cron, and rsync (see [minecraft-backup.j2](https://github.com/meatballhat/ansible-role-minecraft/blob/master/templates/minecraft-backup.j2)) while Matteo is using the built in FDB update utility for the modded servers (see [cron...

feature

From conversation in #19, add playbook and python linting to the CI checks. Ben suggested using tox and flake8, providing this example tox config: ```ini [tox] envlist = py27,py35,py36 [testenv]...

This PR adds a builtin `tobool` function which converts string values to booleans, similar to `tonumber`. This was motivated by the need to create a boolean value based on a...

feature request

## Related issue(s) None- I've added this without any prior discussion. ## Checklist - [x] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). - [ ] I have referenced an issue containing...

Hey, thanks for the great library! Has there been any consideration for supporting prefixes on nested structs? It would enable reuse of nested structs in a config like the following:...