Andy Brody

Results 11 comments of Andy Brody

What's wrong with using stat? I'd much rather use something that's O(1) rather than O(n) to calculate length. (Note that I also tested using bash's built-in strlen with `${#content}`, and...

This'll depend on what the resolution of #6 ends up being.

Ping! I know the whole package is up for adoption, but any pointers on where to start on a PR? https://magervalp.github.io/2016/12/07/createuserpkg-up-for-adoption.html

I don't know Obj-C at all, so I might not be able to provide a PR. Some notes on what I've learned, in case it's useful to anyone: The new...

For what it's worth, rest-client 2.0 does support per-request proxies. The rest of it is definitely showing its age, though. Another option to consider might be to vendor whatever HTTP...

@jtroussard @Lukasa @sigmavirus24 @singingwolfboy This could be considered a revised PR for #217. I'm pretty sure tests for `pypy3.5-6.0` are failing on master. The error regarding Python cryptography and OpenSSL...

> Please don't randomly ping people who don't work on the project Sorry about that, you had weighed in on the linked PR.

:+1: This is a pain for places where you want to ensure that a given header is _not_ present, since webmock will match any superset of the expected values. (i.e....

You might find this gist useful if you want to implement cert verification: https://gist.github.com/1347055

Just to expand on brother's response: this is not a false positive. Variables within heredocs are expanded unless escaped or the whole heredoc is single quoted.