Alexei Robyn
Alexei Robyn
@dizda I'm not the PR author, but at a guess the intent is to let you select which IP is used as the source IP, when run on a machine...
@autozimu maybe they want a per-buffer disable? There are certainly filetypes where I would rather get diagnostics from ALE but still have completion/etc. from a language server.
@rolep If there are no poetry environments *at all*, that will result in "VENV=/bin", and `/bin` is quite likely to exist, causing a false positive.
I've ran into the same error as @Stupremee while using `build-std` to build the stdlib with various options intended to save on binary size; this works fine in a Nix-based...
I'm fine waiting on a plugin/extension mechanism before *any* of these options happen, primarily I'm bringing it up because it is something that would be needed by a decent chunk...
Here's the aforementioned [Morph + cryfs example](https://github.com/Shados/morph-cryfs-example).
@notgne2 even with `sshOpts = [ "-t" ];`, this is broken for me in precisely the same way it is broken for @kristoff3r.
The leading block comment is I think the only sane approach, but could be slightly awkward in the case that someone already is using a block comment prior to a...
@nbp `rustup update` either succeeds for all components, or doesn't change anything and prints an error listing the unavailable components for the newer version.
I've done some testing with this as well. My LanguageClient-neovim `settings.json` contents looks like: ```json { "pyls": { "plugins": { "pycodestyle": { "enabled": true, "ignore": [ "E501" ], "select": [...