Dylan
Dylan
Adds a `version` command to show the current version of `tfvaultenv`. This is to address issue #14 that I filed. I put my name in the Copyright field of the...
When running `tfvaultenv` I would have expected a `--version` flag or a `version` command. There is not currently such a flag or command.
I see in the [changelog](https://github.com/Pylons/pyramid_mako/blob/main/CHANGES.txt) there are unreleased updates to support python versions up to 3.11. I'm trying to deploy on 3.9.x and am running into issues (`pyramid` is not...
In [`tests/color_test.py`](https://github.com/poljar/weechat-matrix/blob/feae9fda26ea9de98da9cd6733980a203115537e/tests/color_test.py) the [`webcolors.HTML4_HEX_TO_NAMES` method is used to get the first 16 HTML colors](https://github.com/poljar/weechat-matrix/blob/feae9fda26ea9de98da9cd6733980a203115537e/tests/color_test.py#L23). That method (and several others) [were removed](https://github.com/ubernostrum/webcolors/commit/68ba427417b6065684a162f1484c45886a401a85) with a comment saying "Be absolutely clear about the...