finefoot
finefoot
#### For bugs - Rule Id (if any, e.g. SC1000): SC1009, SC1036, SC1073, SC1072 - My shellcheck version (`shellcheck --version` or 'online'): online - [x] I tried on shellcheck.net and...
Is there a way to "squash" repeated tests into one test result? ```python @pytest.mark.repeat(5) def test_example(): assert random.choice([True, False]) ``` This gives me 5 results. Is there something like `@pytest.mark.repeat(5,...
There is this feature "Storing megolm keys serverside" https://github.com/matrix-org/matrix-doc/blob/master/proposals/1219-storing-megolm-keys-serverside.md which works as a backup of the e2e room keys. Is there a way to retrieving those keys with matrix-nio?
Docs at https://borgbackup.readthedocs.io/en/stable/usage/create.html say: > Paths are added to the archive as they are given, that means if relative paths are desired, the command has to be run from the...
``` Traceback (most recent call last): File "matrix-archive.py", line 320, in asyncio.get_event_loop().run_until_complete(main()) File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete return future.result() File "matrix-archive.py", line 305, in main await write_event(client, room, f,...