Michel Albert

Results 164 comments of Michel Albert

Installing it into the environment (f.ex. with `./env/bin/pip install autonose`) seems to make it work, but without GTK support. I tried to apply http://stackoverflow.com/a/9612404/160665 which stops it complaining from a...

Currently, the best way of doing this is by adding comments (if Python 2 compatibility is required) or annotations (if Python2 support can be ignored), and adding a `py.typed` file...

Hmm... just saw the failed tests. Seems it's working on Python 2.7 but not on 2.5 and 2.6. I will need to look into that.

Tried to install Python 2.5 and 2.6 from source, but I am having trouble making virtualenv work with them... I am giving up for now due to time-constraints :( If...

I fully agree with your comments. It has been a while since I looked into this code, I don't even remember writing this, and it does not even look like...

I've stumbled across this issue again. It dropped off my radar again. I will deal with the conflicts and will change the code commend to something objective.

Done. Should be better now.

I've also hunted down the original implementation and added a link (for attribution).

For clarification: I just tried the following: ``` t = Terminal() print t.color(240)('foo') ``` It returned the expected result for a 256 colour terminal. Using values below 0 returned text...

I understand your reasoning for keeping old idioms in place. And I'm not going to touch what you don't want me to touch 😉 As you mention named-tuple, they are...