David Hayes

Results 6 issues of David Hayes

Attempting to setup `pyvenv`s on Ubuntu 14.04 using `Python3.4` fail, due to the `python3.4-venv` package not being installed. This is not automatically installed by either the module or a dependency.

Based on the README documentation, the TTL attribute of route53_record resources should be optional. In practice, omitting this attribute gives the following error ``` Wrapped exception: Invalid request ```

bug

``` requested character info for the user Pech Tor [15/06/2018 08:34:40] ERROR events on_command_error 100: CommandInvokeError Traceback (most recent call last): File "/firetail/firetail/extensions/char_lookup/char_lookup.py", line 75, in _char danger_ratio = zkill_stats['dangerRatio']...

enhancement
help wanted

Make timezones provided by `time` configurable. I'll create a PR for this change

enhancement
help wanted

Would be awesome to be able to configure spam rate limits via `config.py`, particularly allowing "vip" users to exceed spam limits.

enhancement

Help fields containing a % symbol cause an exception when using the -h or --help flags to parse help text. % is obviously a special symbol used by the parser...