Stephen Moore

Results 75 comments of Stephen Moore

In my (quite complicated to be honest) functional tests for Harpoon I swap out stdout and stderr for temporary files and then compare the output with what I expect https://github.com/realestate-com-au/harpoon/blob/master/tests/docker/test_docker_run.py

ah yeah, I can have a look at doing that. After some more consideration, how would I make it have a -config and -exclude options that you can set?

it would appear that revive only looks in your home directory for a config, so I could do something similar to what pylama does ``` let config_file = neomake#utils#FindGlobFile('revive.toml') ```...

Does that allow for adding arguments before the last argument? Because the -config argument has to come before the path you're linting.

ah, awesome :)

Fair enough. I'm implementing the [LIFX binary protocol](https://lan.developer.lifx.com/) in rust as a learning exercise for rust (already made [this library in python](https://delfick.github.io/photons-core/)). In this case the 12 bits for the...

nah, I had better things to work on :)

Fair enough. This ticket is very old lol

I didn't find anything, my language server setup is properly broken for python. I'm just waiting for neovim 5.0 at this point which has a language server built in.

it appears the latest version of python-language-server still doesn't support the next version of jedi (the setup.py says < 0.18.0)