James Brown

Results 71 issues of James Brown

My company's domain was used as free mail hosting about 15 years ago, but has belonged to my company (which provides shipping and logistics services, not free email) for the...

Using secretive and SSH agent forwarding (`-A`), using SSH on the remote side (that is to say, running `ssh -A host1` then, from that session, running `ssh host2`) fails about...

This is necessarily kind of fuzzy because m4 supports _changing_ the comment character with the [changecom](https://www.gnu.org/software/m4/manual/html_node/Changecom.html) macro, and `dnl` isn't _really_ a comment (because parenthesis are still matched inside it),...

Add support for counting lines in [Puppet manifests](https://puppet.com). Note that some Pascal files do use the `.pp` file extension (although I think `.pas` is more common in the wild); I...

I was doing an internal audit of license compliance and discovered that this package doesn't properly fill in the license metadata in its setup.py. Reading the `LICENSE` file, it appears...

We have separate hostmanager configuration stanzas for different Providers; right now, if you set a hostmanager config on a provider's override block, it is completely ignored. This patch fixes it....

**Is your feature request related to a problem? Please describe.** My big Ruby app leaks memory the longer it runs but does some non-forksafe stuff at startup so cannot be...

feature

**Describe the bug** When the `header` option is passed to `set_remote_address` but the requisite header is not passed on a request, the request is attributed to localhost instead of to...

feature

I'd like to have an API where clients can pass in a format string, it'll get parsed once, and the resulting `Vec>, } impl { fn new(format_string: &'a str) ->...

C-feature-request
A-format-description

I'm upgrading an out-of-date application from 0.3.x to 1.0, and I don't understand how to use JWKS now? Previously you could supply a JWKSet object to JWT and it would...