Kevin C
Kevin C
#### Problem description While currently system host keys are loaded: https://github.com/RaRe-Technologies/smart_open/blob/v5.2.1/smart_open/ssh.py#L91 There's currently no way to [`load_host_keys()`](https://github.com/RaRe-Technologies/smart_open/blob/v5.2.1/smart_open/ssh.py#L91) for verifying the host. It could be added via `transport_params` at [paramiko client...
#### Problem description `smart_open` currently caches SSH clients, (see [`_SSH`](https://github.com/RaRe-Technologies/smart_open/blob/v5.2.1/smart_open/ssh.py#L34-L37) and usages in same file). After opening a connection (`_connect()`), after it's been unused for some time, the client will...
For all three colorschemes, `StatusLineNC ctermfg` is `blue`, while `StatusLineNC guifg` is `black`. I personally have them both as `black` b/c the blue is hard to read. Also, just fyi,...
Coming from having experience with `poetry` and `bundler` from Ruby, I'm finding it frustrating to get started with `pip-tools`. As far as I can tell, the only docs available are:...
I'm an existing user of `pycodestyle` and I'm trying to adopt `autopep8` in a new project. I want to be able to use `autopep8` "cleanly" on its own, independently of...
### Description Pip is supposed to work with multiple "uesr configs", notably `~/.pip/pip.conf` & `~/.config/pip/pip.conf`. However, pip is inconsistent when determining which one to use when running `pip config --user...
Hey @pda, may I get permissions to publish new versions of this gem on rubygems?
I have a Python file where the Python is indented with 4 spaces and an inner multiline literal for sql is indented using 2 spaces: ```py def foobar(): """Blah blah...
Also doesn't work when given absolute path to file Ideally, `codeowners` should be agnostic to the relative positioning of the current directory, the repo root, and the file path(s) to...
For usages like: `url = furl('/foo') / 'user' / 12`