Grzegorz Marszałek
Grzegorz Marszałek
and in general - ctrl-w as vim shortcut for buffer management is inconsistent - I expect it to be everywhere, but sometimes ctrl-w just closes winodow (ie.: type :, then...
Thank you! Unfortunately context "MessageEditor > Editor && vim_mode == insert" has no effect, but after changing it to: "MessageEditor > Editor" shortcut seems to work. But this is not...
Yes, when you add/remove many times any callback (authorizer, update hook , rollback hook etc.) library will leak memory. But using deleteHandles don't solve problem, because it deletes all handles,...
I think that you can do bypass using separate connection each time you want to use authorizer. After closing connection all allocations are cleared, so there will be no leaks.
same here - I'm on 0.170.2, rubocop gives: ``` Language server error: rubocop oneshot canceled -- stderr-- ```
After adding to head of my page this (copied from missing.style): ```html ``` Now it display box titlebar correctly in all browsers. It seems to be documentation problem - maybe...
you should configure you go installation - install msys2, add it to path, it should work