setrofim
setrofim
HTTPResponse access the underlying socket via an io.BufferedReader object, that may still have "unread" bytes in its internal buffer when the socket is extracted from HTTPResponse. Preserve those bytes in...
Add a missing check for a zero length bytes string inside loads() and raise a ValueError in that case. Previously, the empty string was allowed to propagate, resulting in an...
When creating a new tag (either by starting a client bound to it, or keyboard shortcut) the tag is appended to the end of the tags list, rather then being...
It's been well over a year since the last release. Should probably consider making one, to make new functionality (e.g. `PerfettoCollector`) available via PyPI.
Make it easier to use multiple connections to the target from the same thread.