Lie Ryan
Lie Ryan
So in the following situation, `import a` is a package that is slow to import and we want to avoid importing `a` until necessary, `a.b` is a submodule/subpackage. with demandimport.enabled():...
Ubuntu 17.04 dropped all vim packages that are compiled with python2. This pull request adds support for vim compiled only with +python3, in a way that also allows setting breakpoints...
Probably some sort of video or asciinema terminal session showing what to select for triggering various actions and some of the LSP-specific quirks.
- [ ] Implement auto import using the new sqlite implementation
### Description Inline has an optional parameter `only_current`. If `only_current` is `True`, only the current occurrence will be inlined.
- [ ] Implement autocomplete in pylsp-rope - [ ] autocomplete should be toggleable with a config - [ ] create PR to remove autocomplete from pylsp core - [...
* pylsp-rope version: 0.1.2 * Text editor/IDE/LSP Client: Neovim - Native LSP * Python version: Python 3.9.5 * Operating System: ### Description Adding details from [this discussion thread](https://github.com/python-rope/rope/discussions/427). Neovim native...
## Summary After doing an LspRename, if the rename affects an unopened buffer, vim-lsp loses file synchronization with pylsp. So we start by renaming a variable in file `moda.py`, which...
After cookbook install, Gitlab cannot send emails (e.g. for new account creation, etc). Adding dependency to postfix would fix that.