Denis Kasak

Results 51 issues of Denis Kasak

Given a snippet like ``` snippet test-me snippet text ``` And typing `test-` then selecting ![image](https://user-images.githubusercontent.com/463342/198600916-026ff68d-a412-4559-a70f-bafb068abba8.png) and expanding the snippet leaves me with ``` test-snippet text ``` as the expansion,...

Crash happens due to [this error](https://github.com/matrix-org/matrix-js-sdk/blob/0545f6df096a1322bb2761aec9fb1a0b922df450/src/crypto/index.ts#L2695-L2698) being thrown.

For example, when the terminal is 35 lines in height and `SIZE` is set to `60%` in `--preview`, `$LINES` is still 35. This is contrary to the documentation: > sk...

When we encounter a transient failure while setting up Olm channels (e.g. due to a network failure or OTK exhaustion) for sending a Megolm session to room participants at a...

`OTK` is a common term in cryptography, standing for One-Time Key. I couldn't quite figure out how to contribute the fix for this, but the following works locally: ```toml [default.extend-identifiers]...

C-bug
A-dict
S-waiting-on-decision

## Issue Description Type: bug report ### Describe what happened (or what feature you want) When `use_local_fs` is used, the `review_diff` bindings don't appear to be working. For example, the...

Running `make` results in ``` find .stack-work/install/x86_64-osx -name pandoc-sidenote -type f \ -exec zip -j pandoc-sidenote-0.23.0.zip '{}' ';' find: ‘.stack-work/install/x86_64-osx’: No such file or directory make: *** [Makefile:10: pandoc-sidenote-0.23.0.zip] Error...

This implements the delta between Olm and the Signal DR and X3DH specs\[1\]\[2\] as a new mode (dubbed "Interolm"), intended to enable interoperability with libsignal and similar implementations. \[1\]: https://signal.org/docs/specifications/x3dh/...

tavor's fuzzing functionality seems to decrease in speed and increase in memory usage very rapidly with recursive grammars. Informally speaking, the "more" recursive a grammar gets, the larger the memory...

Please consider adding an option of disabling the indendation part of vim2hs. This will enable people who use another plugin for Haskell indendation to still easily use other parts of...