udalrich

Results 6 comments of udalrich

It appears that one way to emulate this is ``` raise MaxRetryError("Mock server not ready yet", url=uri) ``` inside the callback function to generate the body. You can also increment...

Similarly, filtering the modules to a specific group would be useful. In `mvn`, one can do `mvn dependency:tree -Dincludes=*akka*` and only see the Akka dependencies (and the path to those).

> @noorul Do you have any suggestions for how to handle `kubernetes-logs-previous-line` in this case? That's bound to a keybind, so I don't think we'd be able to grab the...

Any progress on this? At the moment, it seems to be the only thing missing that I need.

I am running Docker 1.12 and it does not seem to be opening the socket at 2375. $ telnet localhost 2375 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused...

Is there any progress likely to happen on this? I'm still not able to use Mypy and dateutil in the same project