John Vandenberg
John Vandenberg
@kx-chen , can you send a PR to update the dependency once the deployer is on pypi
I think it is necessary that the caller can prevent access to all environment variables, which may contain secrets. A cmdline flag turning on this feature? A cmdline flag listing...
The validation of URLs is part of https://github.com/thanethomson/statik/issues/25
Hiya @PaulPichaureau , I was referring to individual .yaml files - I suspect they are able to have a `Content` field, from only a quick look at the code. If...
A lot of lint tools are (ab)using JUnit XML report format, for which there is python library [junit-xml](https://pypi.org/project/junit-xml/)
[SARIF - Static Analysis Results Interchange Format](https://github.com/sarif-standard/sarif-spec-v1) is an emerging standard for this.
I've created https://github.com/thanethomson/statik/pull/89 and https://github.com/thanethomson/statik/pull/90 with the two enhancements in this PR. As far as I can see, that is the only two enhancements in here, that are not already...
See also https://github.com/teracyhq/httpie-jwt-auth/issues/4#issuecomment-579893723
Sure, https://github.com/httpie/httpie-ntlm/blob/master/httpie_ntlm.py and https://github.com/requests/requests-ntlm/blob/v1.1.0/requests_ntlm/requests_ntlm.py do something similar. I expect https://github.com/ndzou/httpie-negotiate/blob/master/httpie_negotiate.py will be doing the same inside of requests_kerberos The primary difference is that ntlm and kerberos know the 'endpoint' where...
I believe this issue might be stale now. I see due dates implemented using milestones. Is that correct?