Lie Ryan

Results 79 comments of Lie Ryan

I tried to replicate the issue on coc.nvim, ale, and neovim native lsp, and they all behaved correctly in this situation.

That's true. But is there any reason the cookbook shouldn't install a default MTA if one isn't already provisioned in the machine (like how currently the cookbook installs MySQL if...

Thank you for reviewing my PR. > when there aren't any choices in a relativedeltafield. Where's the code that makes this happen? It just handles it by default? When the...

Ok, nevermind, I think I found the issue. It's because pylsp-rope is generating executeCommand with some non-standard arguments `title`. I can fix that. Other vim lsp clients seems to tolerate...

Reopening this. Actually, apologies again for the noise, I was completely confused. pylsp-rope was actually correct in emitting the title as required by LSP. There are two titles for the...

Hi fdobad, yes they're separate plugins that implements different parts of rope into pylsp. When you use the built-in pylsp plugin `pip install python-lsp-server[rope]` that enables autocomplete and autoimport functionality...

@avario-cpu which IDE/text editor are you using? pylsp-rope is a plugin for the pylsp language server, a large part of how to use pylsp-rope in practice will be highly dependant...

I just found the much more comprehensive patch from Rainer Hurling here https://bz-attachments.freebsd.org/attachment.cgi?id=239425, probably should use that one instead.

@grahamperrin thanks for looking into this ticket. The discussion by the various authors for the relicensing takes place in https://github.com/python-rope/rope/issues/262. As far as I can tell, the intent was to...