Gilles Dartiguelongue

Results 14 issues of Gilles Dartiguelongue

It would be nice to allow this module to register its functions to the codecs module for easier integration. https://docs.python.org/2.7/library/codecs.html#codecs.register https://docs.python.org/3.6/library/codecs.html#codecs.register

I use randomly generated password for everything and the one for redis happens to contain a comma. For some reason, location then gets split in [redis_cache.utils.get_servers](https://github.com/sebleier/django-redis-cache/blob/master/redis_cache/utils.py#L33) which trigger an odd...

This is a prototype for adding structured exception to a `FluentRecordFormatter` formatted message. I am not sure yet if this is any useful and it is not exactly the cleanest...

Debian Stretch was released was release on June 17th and there is no adequate repository to download sensu packages from. I know it has not been a long time but...

Packaging

Here is a first throw at what I had in mind concerning autotools changes. Going forward, we could replace readline by ax_readline macro, not sure if it would work fine...

Results in the following messages in logs when some POST requests are generated when opening an URL: ``` content-type missing in HTTP POST, defaulting to application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix...

Please release a 0.2.4 with the Session closing segfault fix (https://github.com/jeanphix/Ghost.py/commit/d3e6bfcc0c1bca98e9af9569633c9acbe964467b) I've been hitting this a kept wondering what I was doing wrong when the fix has been around for...

As mentioned in other tickets & pull requests, a clean way to test support for multiple versions of Django & Python is needed as some changesets actually brake support for...

I was looking into implementing fixes for some tickets (PEP 3119 support, #61) but it is a bit complicated to setup a virtualenv for Python 2.7 and these days, there...

Hello there, just wanted to share some improvements I worked on a while ago in order to create the most simple hadoop-client possible. The changes revolve around community best practices....