André Caron
André Caron
Yeah, I took a good look at other ways of writing this code. So far, I've found: * `gevent.event.Event`: this has the downside of not being able to notify a...
That seems like an interesting API for implementing a `Condition` class -- likely much better that my initial approach with an `greenlet.event.Event` object per waiter :-) If I put that...
Wow, thanks Hynek!
I'm also very interested in this. Anything I can help with to get this moving?
Yes, this was originally developed on Windows. I'm OK with compiling `http-parser.o` directly into `libhttpxx` if you want to send in a PR.
I'm also trying to use this with CMake on Travis. The problem I'm getting is that the exclude folders for the coverage reports and the source files is the same....
I'm pretty busy ATM, but I'll see if I can play around with the code.
I'm not sure I understand your question.
Hi @not-josh ! Thanks for contributing :-) I'm a bit surprised by this change. According to the Pytest fixtures documentation, it doesn't seem like exceptions are propagated like this. See...
I'd be glad to see such a feature in pytest-docker! Assuming you are using the default log driver, getting the logs is rather easy, simply run "docker-compose logs xyz" and...