Hugo van Kemenade

Results 1204 comments of Hugo van Kemenade

It's trying to build dependency lxml from source for Python 3.10 on Windows, but since this issue was opened I can see there are binary wheels available for lxml: *...

If it helps the maintainers, there's an estimated $50/month available via Tidelift: https://tidelift.com/lifter/search/pypi/colorama

I've not used Clone Digger in a while, but I'd suggest using another tool. How about pylint? ``` pylint --disable=all --enable=duplicate-code src/ ``` https://julien.duponchelle.info/python/detect-python-code-duplicate At least it's a popular (4.3m...

~PHP 5.4 is no longer supported for Drupal 7~ Sorry, was looking at the wrong page (https://www.drupal.org/docs/8/system-requirements/php-requirements instead of https://www.drupal.org/docs/7/system-requirements/php-requirements)!

Same, and I used to use this with Windows but I'm now using Mac.

Ah, interesting. I see the phantom RDF says language = "en" and rights = "None", and the other fields are missing hence `None` for those.

This is how the top 1,080 would look like: https://hugovk.github.io/py3readiness/ https://github.com/chhantyal/py3readiness/compare/master...hugovk:top-1080 ![image](https://user-images.githubusercontent.com/1324225/45536463-47e25880-b80a-11e8-9f5e-3ac65cba63ac.png) ![image](https://user-images.githubusercontent.com/1324225/45536531-75c79d00-b80a-11e8-9f51-c0208938445c.png)

https://github.com/chhantyal/py3readiness/pull/57 is increasing the limit to 720. I think that's a good limit If the number is too big, it'll take a long time to generate results, make a lot...

I've updated the preview for 1,080: https://hugovk.github.io/py3readiness/ ![image](https://user-images.githubusercontent.com/1324225/69008980-63d71200-0959-11ea-8bad-f2a3eaa94de3.png) ![image](https://user-images.githubusercontent.com/1324225/69008986-74878800-0959-11ea-867e-349ab2a6d0be.png)

As mentioned, some of those can be turned green by adding Trove classifiers, or updating caniusepython3. * https://github.com/brettcannon/caniusepython3#what-if-i-know-of-a-project-that-should-be-added-to-the-overrides-file Note, yesterday I ran `make generate` a few times to update the...