David Dovodov

Results 67 comments of David Dovodov

I'm experiencing some weird stuff. Basically I've found out that cquery fuzzy matching algorithm works good enough. The thing is completion results are reordered, probably without respecting `score_` parameter. This...

Damn, there're soo many packages between me and code I'm trying to edit) maybe you can help me a bit? I just need to understand who is sorting candidates (lsp-mode,...

Okay, no problem, I'll try to dig into it

Hey guys. I would like to make some effort to add a couple more matching options. But ofc I need some help from you. 1. Is it okay to use...

Hi. Here's pull request. Still wip, but please take a look #786

Oh, it's very sad. I will try to ask some on the stackoverflow. I hope a lot you'll find a way to restore you info, because there's really valuable knowledge...

Hi. Yes, there're some problems with gcc 9+, I'm very busy right now and have no time to investigate it, but I'll let you know in this thread when it...

Not sure about this approach, only as a dirty hack. Strictly speaking, you should avoid any threads from executing code at all, so even if you wait on locked mutex,...

Hey, thanks for the report! Usually `[E]: WTF` is not very dangerous (at least it wasn't the case on the projects I'm working on), but it fully depends on your...

Hi. Thank you very much for the advice! I'll add the `arguments` support soon, until that feel free to use this patch. I'll close the issue when it lands to...