Jarek Zgoda

Results 7 comments of Jarek Zgoda

The docstring as inserted for the class is inconsistent at least. If the class has superclass: ```python class Pipeline(PackageAwareObjectMixin): """[summary] :param PackageAwareObjectMixin: [description] :type PackageAwareObjectMixin: [type] """ ``` If not...

You modify sequence you're iterating over by pop()'ing from it, this is only check we still have anything left to consume in the sequence, it does not skip anything. Other...

No change. Offending iwlist output: ``` wlan0 Scan completed : Cell 01 - Address: 8C:04:FF:B9:9F:70 ESSID:"vnet-6628E6" Mode:Managed Frequency:2.412 GHz (Channel 1) Quality:5/5 Signal level:2/56 Noise level:164/56 IE: IEEE 802.11i/WPA2 Version...

wifi version 0.3.8, traceback: ``` --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in () ----> 1 cells = map(Cell.from_string, cells_re.split(s)[1:]) /home/jazg/v/coup/lib/python2.7/site-packages/wifi/scan.pyc in from_string(cls, cell_string) 52 object for it. 53 """...

So finally sessions and resources can be shared across threads or not? Immediately after I start using them as described in the docs I hit `KeyError: 'credential_provider'` or similar. My...

It would be sane to have at least "node_modules/**" as default exclude.

Any chance of fixing this?