André Caron
André Caron
It's quite common to deploy ElasticSearch behind some authenticating reverse proxy (e.g. with AWS ElasticSearch). The original implementation directly instantiates `org.apache.http.impl.client.DefaultHttpClient` with no form of control over authentication. This change...
I've implemented a [simple C++ wrapper](https://github.com/AndreLouisCaron/httpxx) for the `http-parser` library and ran into a problem when using the parser pause feature. Basically, I have a `Request` object that wraps a...
When using a password tin the pymongo URI such that the password contains special characters, authentication with MongoDB fails. The pymongo documentation explains how to escape these special characters (see...
Hi there! Thanks for sharing this, I'm really looking forward to putting your tool to good work :-) I got here looking for a way to profile `pip install` because...
Hi there! I've just ported the documentation for on of my older projects to Sphinx and, since I really, really like `releases`, I was hoping to port that project's change...