Dave Dash
Dave Dash
Currently latest points to 8.2.3, but it would be nice for there to be a tag for 8.2.3 as well.
In some cases, if someone makes a Pull Request and accidentally includes a merge commit for fairly large projects this can plague a jenkins master with a lot of (unnecessary)...
Why is simplejson part of the source? You can just import json.
**What version are you using?** Latest via docker **Wat OS are you running?** Ubuntu + Docker **Are you using Docker or as a service?** Docker **Which debrid provider are you...
I am working on a little script that needed the [`ListUsers`](http://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUsers.html) method. Note, I'm new to `go` so I just tried to match what I saw already, and tried not...
https://github.com/jjasghar/chef-book/blob/master/part2/06-write-simple-base-cookbook.md In some examples you use `sshd_config` in some you refer to `ssh_config`. It might be less confusing if you stuck to one.
lambda *args: None triggers E225 Haven't dived into pep8.py details to make a patch, but this should be similar to issue #9. Cheers, -d
I noticed in alpha.3 we would loose the headers on upload, but in alpha.2 we had them.
Would be nice if this could whitelist things. For example localhost.
I don't think Jingo is entirely required, but things like calling JINJA_CONFIG() make that hard... not sure what the best solution here is. For a starter making JINJA_CONFIG optionally callable...