Thomas Grainger
Thomas Grainger
setuptools defines requires_python and so pip should only download a compatible version, it seems like upgrading pip in your 2.7 environment should fix this issue
@wpalahnuk can you officially hand over to @joanrodriguez ?
@alexbeletsky would you consider handing the npm ng-autocomplete package to @joanrodriguez ?
for this we want to be able to cause all checked out comm use for a particular address (the removed worker) to OSError. ConnectionPool.remove(downed_worker) does this, but we also want...
@rikardn for your usecase could you grab the distributed.utils_test.loop_in_thread fixture and use that until we fix the LoopRunner?
@EwoutH I don't have access to pypi for the docopt project
You probably want https://github.com/jazzband/docopt-ng
I'd like to see a cmgr/closing block so I can do: ```python {% closing model.objects.all() as agen %} {% for m in agen %} {{ m }} {% break %}...
looks like it's starting: https://github.com/eslint/eslint/pull/9955
@dtao no not sure what that's about. I'm talking: ```js var result = Lazy(people) .pluck('lastName') .filter(function(name) { return name.startsWith('Smith'); }) .take(5); ``` becomes: ```js var result = l.flow( l.pluck('lastName'), l.filter(function(name)...