Lie Ryan
Lie Ryan
+1 on all these tools. If there's a mass reformatting, they should be their own separate commit and PR.
(draft) There are currently three options for using rope in Vim: - ropevim is the reference implementation maintained by the rope project. Though there are some rough edges in the...
After evaluating the landscape of LSP; currently, I think our best bet for moving into LSP space is by creating a python-lsp-server plug-in rather than forking python-language-server or python-lsp-server itself,...
Personally, I'm happy to let users decide if they want to mix and match pylsp plugins. If they want to use Jedi for completion and definition jumping, but rope for...
As the error message says EAN13 barcodes can only contain decimal digits, the standard doesn't specify any mechanism for encoding non-digits symbols. If you want to encode letters, you need...
I think we should fix `*Writer.set_options()` and remove `save(options)/write(options)` arguments. The main reason you'd be instantiating a `*Writer` yourself is so that you can reuse a common `*Writer` options when...
This repository is no longer maintained. The project now lives in [python-lsp-server](https://github.com/python-lsp/python-lsp-server) (pylsp), which is a maintained fork of python-language-server (pyls). If you have projects still using pyls, you should...
This repository is no longer maintained. The project now lives in [python-lsp-server](https://github.com/python-lsp/python-lsp-server) (pylsp), which is a maintained fork of python-language-server (pyls). If you have projects still using pyls, you should...
pyls is no longer being maintained, you should switch to pylsp, which is a fork of this project maintained by the original author of pyls. Once you install pylsp, you...
@yezz123 generally, for websites it is often sensible to automatically redirect slashes and non-slash URL as identical since users might have copied or typed the URLs by hand and forgot...