sth

Results 6 issues of sth

- Owned vs. unowned data pointer - blob as a `stream_source`/...

At the moment only `static_error` is used, I believe.

Fixes #304 by breaking out of the loop when no more data can be read.

`import_logs.py` gets stuck in an infinite loop in log format detection in this example (Matomo v4.1.1): ```shell echo '# test' > somefile python3 misc/log-analytics/import_logs.py --url=http://localhost/ somefile ``` It tries to...

The documentation says: > On the other hand, with pause.seconds(3600), if your computer goes into standby mode for several hours, the program will continue immediately after the machine wakes back...

Combining two `isinstance` checks with `and` where the first one deduces the type to `Any` ignores the second one. **To Reproduce** ```python from typing import Any, reveal_type class A: pass...

bug