John Vandenberg

Results 966 comments of John Vandenberg

Note there are some very serious problems with the plugin, especially its test suite, that need fixing before this should be whitelisted or added as a dependency. See PRs and...

This also fixes https://github.com/Robpol86/terminaltables/issues/65

Probably should also include README.rst, and `docs/` pruning `docs/_build` also useful.

pypo.py's: ```py if not isinstance(input, bytes): input = input.read() ``` is currently causing this ```py Traceback (most recent call last): File "manage.py", line 46, in main() File "manage.py", line 42,...

I've read up on bq, and it supports the sql features i need to achieve this in a single query. Im on mobile atm, so will test theory tmr. However,...

The minimal query change for this project would be something like ```SQL #standardSQL SELECT substr(max(file.filename),1,LENGTH(file.project)) as unnormalised_name, count(*) AS downloads, file.project as normalised_name FROM `the-psf.pypi.downloads20190505` WHERE file.project = 'pyyaml' GROUP...

https://hstspreload.org/?domain=konlpy.org also has a few things to tidy up.

note this causes segfaults in `hamming_index_test.py::HammingIndexTest::test_many_vectors`

https://github.com/Badgerati/Fudge provides the ability to have pre and post hooks , but they run before and after the set of packages, not before/after each one. I am using the post-install...

https://github.com/Badgerati/Picassio and https://github.com/Badgerati/Picassio2 also provide a way for pre/post hooks.