Denis Kasak

Results 51 issues of Denis Kasak

I don't think we're retrying failed `/sendToDevice` requests. [This comment](https://github.com/matrix-org/matrix-js-sdk/blob/96e8f65af7429339dbed4bc8063b893b4a0966ce/src/crypto/algorithms/megolm.ts#L1634) seems to agree. This is especially bad when e.g. sharing room keys in `encryptAndSendKeysToDevices` since we might end up [marking...

T-Defect

If I understood the docs correctly, `--disable-coverage-init` is supposed to allow updating already existing coverage information with new test cases. However, I was unable to make it work, since it...

Is it possible to change the instrumentation ratio (i.e. the proportion of branches instrumented), such as with `AFL_INST_RATIO` in afl? This is useful when fuzzing large programs as another way...

todo

I saw that once upon a time there were .debs offered on the official website. Is there still a place where you can get up-to-date Quackle packages for Debian/Ubuntu? If...

enhancement

There's no `From` and `From` for `matrix_sdk::Error`. This makes using e.g. `make_store_config` and `ClientBuilder` harder than necessary. Is there a reason for this? @jplatte [mentions a discussion](https://matrix.to/#/!iYnZafYUoXkeVPOSQh:matrix.org/$f1SECzstdusUl62B4SCYqExc53uUDyoGl3rHbw0Ji0U?via=matrix.org&via=envs.net&via=gnome.org) may have happened...

The most important feature would be to export room encryption keys per room. This would allow, for instance, an old member of an E2E encrypted room to supply keys to...

enhancement
good first issue

Unless I'm having an interaction from another plugin, the math block delimiters (double dollar signs, $$) are concealed to an empty string. This is disorienting and makes it hard to...

Downloading https://github.com/trailofbits/polyfile/archive/refs/tags/v0.3.3.tar.gz and building yields an error. ``` ❯ python setup.py build Traceback (most recent call last): File "/home/dkasak/code/dkasak/packages/aur_packages/polyfile/src/polyfile-0.3.3/setup.py", line 47, in if not MANIFEST_PATH.exists() or newest_definition > MANIFEST_PATH.stat().st_mtime: TypeError:...

If I enter caret mode ('c') and then visual mode ('v') on a page, select some text and then press 'y', the result only gets yanked to the PRIMARY register...