opk12
opk12
Disabling auto-update also serves not to consume the mobile data plan when - on a business or holiday trip - the market sector of interest falls continuously along a few...
See also `typing.get_origin`, `typing.get_args` [added](https://github.com/python/cpython/commit/4c23aff065fb28aba789a211937a2af974842110) in Python 3.8.
  
Another weird thing is that if I add a trailing slash in the `Data` field (`https://en.wikipedia.org/`) then nothing happens, there is not even the share list popping up. Is this...
Debian 11 (stable) also has the problem (package version `5.2.1-3`).
For example, LibreOffice's notification bar at the top for the read-only mode ([screenshot](https://ask.libreoffice.org/t/turn-off-read-only-notification/14071)) has the summary, a button to take action, and a cross to close it.
For completeness - this is not specifically about HTML messages, it also happens with plain-text messages without `formatted_body`.
(**Thread awareness**) Sorry if this is the wrong place to report. The reply implementation could be compatible with threads from the start. When a client implements replies, but not [MSC3440...
### Local patch On my test machine, I replaced [line 2053](https://github.com/8go/matrix-commander/blob/master/matrix_commander/matrix_commander.py#L2053) print(complete_msg, flush=True) with print(json.dumps(event.source)) This prints one line for each event. My script reads each line and parses with...
To parse the lines from matrix-commander I am using: ``` def get_latest_events(*, room_id: str, tail: int=100) -> list[dict]: """ Requires this patch to matrix-commander:: https://github.com/8go/matrix-commander/issues/92#issuecomment-1232843897 :return: Events from the latest...