Danila Usachev
Danila Usachev
### Description After #2627, in some cases function `view.get_winnr` can pass `nil` to `nvim_win_is_valid` as a window handle, which causes an error. I figured out the fix and will provide...
In some projects we are required to use `-fno-rtti` option, which disables RTTI (run-time type information). `cereal` uses [typeid](https://en.cppreference.com/w/cpp/language/typeid) operator, which requires RTTI, in the following two scenarios: 1. using...
This pull request has been automatically generated by prose.io.
``` a ``` After running `Jsoup.parse` on this input, `.outputHtml()` on the resulted `Document` produces ``` a· ``` where `·` is the trailing whitespace. I believe issue #1798 was about...
Steps to reproduce: create a note A, which references note B; no encryption. Open local graph view and observe one link between A and B. Encrypt file A, then the...