Wagtail

Results 56 comments of Wagtail

There is a wrong regex for parsing the java version. There are also already 3 pull requests to fix it, but the maintainers are too lazy to merge it.

Try to install it from this source. There isn't yet a version on pip with this bug fix.

We could try to add it to the server command: `cmd = [java_path, '-cp', jar_path, 'org.languagetool.server.HTTPServer']` It should work with the other error detectors, but it will slow down the...

Same issue here with the 18.04 ubuntu desktop image. Got this error message: Running setup.py bdist_wheel for language-check ... error ``` Complete output from command /home/bag_of_words/bin/python3 -u -c "import setuptools,...

Yes, should be a duplication because they also can not parse the java version with this regex, but it is not failing with only one certain java version. You can...

This should be fixed with https://github.com/myint/language-check/pull/57 Can we make a new release for pip with this bug fix?

Could we use https://github.com/closeio/redis-hashring in Python or https://github.com/RJ/ketama in C?

Which branch should we maintain? There are a bunch of pull requests.

In my sight the next important step in maintaining this package is to drop the python3.4 support due to lxml: https://github.com/codelucas/newspaper/pull/768 https://github.com/codelucas/newspaper/issues/733 How does jazzband organize and coordinate the projects?...

We should stay here as long as @codelucas is willing to organize the maintenance. Moving to other owners won't solve the travis blockers e.g. the [F String Invalid Syntax in...