Gilles Dartiguelongue

Results 30 comments of Gilles Dartiguelongue

You most likely want to handle brtfs volumes as well for btrfs aficionados :) If you are a zfs fan, this is mostly something to handle as well and should...

The editable source feature comes in handy when working on a package that must depend on unreleased features of another packages. The syntax for this for pip would be: ```...

Also, the `>=1, ==dev` trickery has to do with how dependency_links, pip and setuptools play together. pip looks for best version matching constraint. If it can't find anything, it will...

Also pushing tags on the repository would be nice.

Afaiu, current code limits itself to validating already split input data (line1, line2, postal_code, city_name) and formatting it. There is no address detection feature that I could see in the...

This is based on MR #18 so the only interesting commit is the last one.

@ngiallelis, well the idea of using fluent is to keep structured log where possible, hence the use of `traceback.extract_tb` instead of pure text.

The sys_\* keys are added specifically in this class and are not (currently ?) overridable. See https://github.com/fluent/fluent-logger-python/blob/master/fluent/handler.py#L18 As for the order of the fields, well this is the nature of...

I think your concerns should be cleared with logger format customization available in v0.4.0.