Nicholas Gates

Results 137 comments of Nicholas Gates

@uschi2000 not sure what I need to do here? Can you remove appveyor from required checks? I had a look and it says AppVeyor permissions are inherited from GitHub perms....

@wreed4 are you still able to repro this issue? I’d be interesting in debugging it even if you’ve found a workaround.

I also see that noqa is not respected, though I can't see any reason why it wouldn't be! Will need to dig in a bit more.

It does seem like at this point in time Flake8 has become the dominant linter. I'm not sure it was quite so convincing in the past. But perhaps now the...

I think there is an issue somewhere about supporting URIs that have schemes other than “file”. I suspect this is what you’re hitting. I believe the SourceGraph language server has...

@exiaohu are you looking to use arbitrary URLs? e.g. https etc. Or are you looking for purely in-memory analysis, e.g. only things passed by didOpen will be valid

Agree with regard to Rope. I believe Jedi was looking into providing basic refactoring support but I might be wrong. Seems like we might also be ready to drop Python...

Sounds good to me, let’s 1.0!

@ccordoba12 - what if we removed ujson as a dependency, but kept the optimistic try/except import statements?

Similar to other plugins though. So we could have a `pip install python-language-server[ujson]`, and include it in the `all` definition.