Faris A Chugthai
Faris A Chugthai
Since there are no reasonable alternatives to imp in python2.7, I figured it'd be the easiest to try importing python3 modules and if that fails, fall back to the previous...
```python from pynvim.api.buffer import * ``` Doesn't correctly import Buffer. `__all__` is incorrectly defined as a tuple and as a result it tries importing each individual letter instead of the...
Sorry about the confusion guys. I opened #458 and committed it all to master. I didn't realize that rewinding the commits and force pushing them automatically closed the pull request,...
* Date you used Cookiecutter PyPackage: Today * Cookiecutter version used, if any: 1.7.2 * Python version, if any: 3.8.3 * Operating System: Windows 10 ### Description Describe what you...
`@types/del` isn't needed since `del` provides it's own types. Running `yarn` in this repo fires off a warning as a result. In addition update the yarn.lock. Add node_modules and tags...
I'll admit that this is a corner case and one that I doubt you'll frequently run into; however, I wanted to mention it regardless. I switch back and forth between...
Update old link from https://github.com/saghul/pyuv/issues/266
`docs/pyuv.rst` should point to https://github.com/libuv/libuv
Running `mypy -p IPython.sphinxext` raised a few errors. Fix them and strip some trailing whitespace from a few places.
Have you considered moving the functions into a file in an "autoload" dir and moving the syntax expressions into their own syntax file? Itd allow you to take advantage of...