Boris Staletic
Boris Staletic
@abdelmaged Can you try compiling the latest vim from source? I could import `socket` in latest vim, even with `--enable-python3interp=dynamic`.
Works for me with both options. Vim version 9.1.0658.
Now this is an interesting case. First, this can only happen with popup. https://github.com/ycm-core/YouCompleteMe/blob/master/python/ycm/client/completion_request.py#L195-L201 If the select completion item's `info` does not start with `extra_menu_info`, we want both in the...
Nope. Replacing description with name massively hinders other parts of completion. I'm not sure we'll be able to find a proper solution...
@Yuanhao-JIANG It is gopls related, but not similar. You need to check out the latest ycmd. Try git submodule update --remote ./install.py --whatever-args-you-use
@Yuanhao-JIANG Now that #4259 has been merged, you will be able to update normally. The pull request simply did the same thing you did manualy with the git submodule command.
With #4260 updating the docs for Ubuntu 24.04 and #4259 updating the gopls that we pull in, I think we can close this issue. The problem on Ubuntu 22.04 is...
Wow, I am pleasantly surprised by a non-maintainer working on this! I am not able to review this today, but some initial thoughts: Reopening could indeed be very useful. Adding...
@wenbodong2015 Sorry for the delay. I had some personal stuff that I had to take care off. I swear I have not forgotten about this! I'll have time to review...
Don't we normally tailor the Ubuntu install instructions for the latest LTS? The `go` there is new enough, so the people running the latest Ubuntu LTS don't need the PPA.