Danilo de Jesus da Silva Bellini
Danilo de Jesus da Silva Bellini
I had the same problem here with OfflineIMAP 7.0.8 on Arch Linux. Adding this line from the @yang-ling config was enough: ``` sslcacertfile = /etc/ssl/certs/ca-certificates.crt ``` There's no `ssl`, `remotehost`...
This issue makes the `find_link_by_partial_text()` method way to limited. That's not only "HTML content", but nested text too (e.g. `This text is nested, but this ending isn't`). You can use...
Arrow keys alone in normal mode make no difference in keystroke count. In this case, marking the solution with the exclamation point glyph would look like an indicator that the...
This should be quite simple, calling `parser.error` after a `os.path.isfile` verification (which also returns False when the file doesn't exist, so there's no need for calling `os.path.exists` explicitly). It would...
This can be slightly simpler, since the `parser.error` [already terminates the program](https://docs.python.org/2/library/argparse.html#exiting-methods).
I've written this plugin for py.test that can help on writing custom formatted doctest outputs "like IPython" (and also on avoiding clutter): https://github.com/danilobellini/pytest-doctest-custom
Many of the current solutions would not work in neovim, which makes me believe it should not be the default. Also, before enabling neovim, I think some changes to the...
Sorry guys, I'll do that now!
Regarding the pythonhosted link, I've found this warning: "If you would like to DESTROY any existing documentation hosted at https://pythonhosted.org/watchdog/ there is no undo, as uploading new documentation is no...