Marc Schmitzer
Marc Schmitzer
I was toying around with Unicode box-drawing chars for pretty tables and thought I'd create a PR to see if you were interested. This still lacks tests and both the...
The client fiber may already be blocked on the queue (in getresponse) when connection_lost is invoked. The code in getresponse already handles getting an exception from the queue.
Due to the inclusion of the offending Query in the output of the "query_time" action and others (f958d61e), the output produced by those actions can contain essentially arbitrary data. The...
This is useful for transporting arbitrary settings to applications. It is difficult to implement because shell variable names apparently may not contain dots, but _environment_ variables may. Solving this by...
**Describe the bug** The `raise_on_exit` feature of `wait_for_logs` does not work as expected because it - considers the container "exited" when it is still in the "created" state immediately after...
Another part of fixing #874 (cf. #899).