John Vandenberg

Results 965 comments of John Vandenberg

Ah I see, yes pip was hiding it in most of these cases. Maybe there is a pip flag required to prevent that.

I believe this feature of pip 9 is the cause of the problem : https://github.com/pypa/pip/pull/3858 (edit: no, that aint it :/)

Note this was worked around on the coala builds by changing Java versions https://github.com/coala/coala-bears/pull/1279 . Re-adding package `oracle-java9-set-default` may reproduce the bug. If it doesnt re-occur using `oracle-java9-set-default`, maybe the...

@yzgyyang can you try to patch it?

Note neither Debian or Fedora have a LanguageTool package, but there is [a copr](https://copr.fedorainfracloud.org/coprs/rommon/LanguageTool/) for v3.6 , and a [very stale packaging request](https://bugs.launchpad.net/obsolete-junk/+bug/114375) for Ubuntu.

A new packaging request for https://github.com/Findus23/pylanguagetool (online service wrapper): https://bugs.launchpad.net/ubuntu/+bug/1737826

Note that coala-bears is doing rudimentary checking on Appveyor. See https://ci.appveyor.com/project/coala/coala-bears/build/1.0.5781

Another common basic need for a lookahead iterator is wrapping a pagination iterator so that paginator is one page ahead of the currently yielded item. This is needed if the...

What about using https://github.com/ForkAwesome/Fork-Awesome ?

Duplicate of https://github.com/TvoroG/pytest-lazy-fixture/issues/22 ?