Elias Ohm

Results 9 comments of Elias Ohm

I don't think is related to serializer fixes in this case, at least I don't see any connection. And I have no idea how it could be in "start_called" state...

Update your network scanner is the right solution, I assume. I see in the old log: `TLSv1 connection accepted, using cipher DES-CBC3-SHA (112 bits)` But in Your config the DES...

I would also really like custom icons. But for me the icon-management part (add, remove, lookup) similiar to binary attachment would be important, too. And I dislike the idea to...

Some comments on this.. If You want to set the encoding attribute of Your TextIOBase subclass You could do so: ``` class UnbufferedClobReader(io.TextIOBase):` encoding = None def __init__(self, clobLocator, encoding):...

Also the statement is not correct, a person is an ID which is a persistent unique one, and not every being is a soul, as the devils have at max...

@dsoprea can't You just merge this one and roll back the unwanted/unneeded change in inotify/test_support.py as @xlotlu doesn't seem to respond.. Then pending #31 and #30 could be properly reimplemented...

> [![Coverage Status](https://camo.githubusercontent.com/04304b5947e1b17aaf5fda142253bcd32d021278/68747470733a2f2f636f766572616c6c732e696f2f6275696c64732f31393038353036312f6261646765)](https://coveralls.io/builds/19085061) > > Coverage decreased (-2.8%) to 82.258% when pulling **[3fc5231](https://github.com/dsoprea/PyInotify/commit/3fc523146c305947e4be45e3a1a8d9194502c29a) on Elias481:fix-missing-errno-for-library-calls** into **[288a2b0](https://github.com/dsoprea/PyInotify/commit/288a2b01fd4a726dc68d960f8351630aee788a13) on dsoprea:master**. The coverall report is not really good working... The overall coverage...

My Pull-Request #60 adresses this issue at least partly. It fixes forwarding of Error-Number raised by inotify library within Exception and also adds the string-form of that error code to...

@codethief sadly @dsoprea seems busy with other things... I also didn't continue, partly because I waited for feedback and partly because the project I wanted to use this is on-hold...