Marc Carré
Marc Carré
First and foremost, many thanks for this library! 🙇 👍 FYI and in case something can be done about it, I got an error related to `ntlm`'s documentation during installation:...
`2.0.1`, currently the latest available version, doesn't support `root_url`. While one can clone and work with latest `master` locally, it would be a lot more convenient to be able to...
Fixes #43. ## Changelog 1. Add optional `user_agent` argument to `Client`'s constructor. 2. If not provided, default `user_agent` to a value compliant with [Wikimedia's user-agent policy](https://meta.wikimedia.org/wiki/User-Agent_policy). 3. Use `user_agent` as...
## Version `0.7.0` ## Problem When sending several (10~100) requests in a row, some requests fail, without determinism, with the following error: ``` JSONDecodeError: Expecting value: line 1 column 1...
Given a scenario where `ConnectionPool` is closed twice for some reason, an error is logged by `ConnectionPoolMBeanManager` with simply the MBean name as the message (see also #558). Indeed since...
This potentially prevents from diagnosing the root cause of the error. See also: https://github.com/Netflix/astyanax/blob/master/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/impl/ConnectionPoolMBeanManager.java Lines 60-63 in `registerMonitor`: ``` catch (Exception e) { LOG.error(e.getMessage()); monitors.remove(monitorName); } ``` Lines 73-75 in...
As far as I understand (please correct me if I am wrong), - there are ways to synchronize one's `todo.txt` with Google Docs/Drive [from a computer/`todo.txt-cli`](https://github.com/ginatrapani/todo.txt-cli/wiki/Todo.sh-Add-on-Directory#docs-sync-with-google-docs) (tough [this page](https://code.google.com/archive/p/googlecl/) indicates...
Any plan to release `docker-label-inspector` to [pypi.org](https://pypi.org/)? It would be convenient to be able to install it via just: ```bash pip install docker-label-inspector ``` instead of having to do so...