Alexander Seleznev
Alexander Seleznev
I'm also intrested in possibility of setting functions and constructors like: // constructors .ctor().ctor() // functions .function(&X::add).function(&X::add) // or solve disambiguation with static_cast hint .function(static_cast(&X::add)) Then best match will be...
What about setting indexed accessor on `class_`? (Simulating array behaviour, for examle). I tried to write it myself but I have no complete idea how to do it right. Maybe...
Hi I am trying to embed Phonetisaurus in my binary and just encountered an issue: Static linking with OpenFST fails with duplicate symbol `FLAGS_help`. Fix is simple https://github.com/ayles/Phonetisaurus/commit/4aba2c65666bdae76af362023d379c32dccfa518 But I...
### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature As I understand, currently cursor is constrained in normal and visual modes...
Currently ghost text is displayed whenever cmp pop-up is present and when no completion item is selected first one is used. I believe it is somewhat consistent with `confirm {...
Hi! So I noticed that TSAN complains about races inside concurrentqueue. I was able to reproduce it with the following minimal example: ``` #include "concurrentqueue.h" #include #include int main() {...
For GTK4 there is currently no way to stop event propagation (callback return value is ignored). It is impossible to disable popup on LMB for menubutton, for instance.
### Feature Description For C++ (clangd) function "return type" is returned in `item.detail`. It is possible to draw it inline with custom component, but 1. To highlight it with treesitter...
I recently tried playing on linux and noticed an interesting lag. It feels just like when packets are lost, except it seems to be something else. Some facts: * It...