John Vandenberg

Results 1268 issues of John Vandenberg

As the installation can take quite a while, it would be useful to emit some progress indicators during the process so that CI doesnt fail because it hasnt seen any...

enhancement

If `3to2` is not pre-installed, it is not installed for the user during `python setup.py install`. It seems `kwargs['setup_requires'] = ['3to2']` in `setup.py` is not sufficient. The result can be...

It is helpful for packagers if the source tarball includes tests.

Type: Feature

https://github.com/philschatz/etherpad-lite-client-js/commit/9d1343b905d317680502d25cb5701ed84ab12b25 is an old commit on @philschatz's fork ahead of this repo by only one commit, with a change to use POST to support large files. Would it be possible...

I just now set up a build on Travis, and the pypy job is reporting two errors. They are the same two errors that appeared on the last official build...

The following does not raise an error: ```py SECRET_KEY = env.bool('SECRET_KEY', 'some random key') ``` `SECRET_KEY` will be the default value of type `str`. When someone tries to override the...

When I run mypy, I get > error: Skipping analyzing "environ": module is installed, but missing library stubs or py.typed marker > note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports

Use setuptools on both Python 2 and 3. Convert unit tests to use Python 2 and 3 compatible syntax, but use 2to3 on Python 3.2 which did not have u'..'...

I couldnt see an option for jsonlint to reformat/warn when there is trailing whitespace on each line. The `-F` option removes all unnecessary whitespace from a machine readability perspective I...