Hugo van Kemenade

Results 1447 comments of Hugo van Kemenade

There's been suggestions in the past for Mozilla's OpenBadges.org: https://github.com/24pullrequests/24pullrequests/issues/1646#issue-192884470 and https://github.com/24pullrequests/24pullrequests/issues/1008#issuecomment-161977013.

All the "Latest Contributions" show like they're in the future for me: ![image](https://user-images.githubusercontent.com/1324225/49332827-fc477b80-f5bc-11e8-887c-756a3409593d.png) The tooltip for the first one "about 4 hours from now" is his, which is in the...

Please see PR https://github.com/tkrajina/gpxpy/pull/247.

> I didn't add the Trove classifier for 3.11 because it's still in beta Added it now, 3.11 is in final RC with full release out in a week or...

Here: https://docs.github.com/en/organizations/keeping-your-organization-secure/requiring-two-factor-authentication-in-your-organization Note the warnings, first of all: > * When you require use of two-factor authentication for your organization, members, outside collaborators, and billing managers (including bot accounts) who...

Python 2.6 and 3.3 are both EOL and no longer receive security updates (or any other kind) from the core Python team. They're also little used. Here's the pip installs...

> 2\. torchvision only works with pillow

This is because Babel (the Python Internationalization Library) no longer supports Python 2.6, because Python 2.6 has been EOL and unsupported by the core Python team for over five years...

For pooch and boule, 3.10-dev is needed because it's passed to https://github.com/actions/setup-python to set up the Python version. However, here we're passing it to https://github.com/conda-incubator/setup-miniconda so we'll need to check...

``` ERROR: Could not find a version that satisfies the requirement vtk>=9 (from versions: none) ERROR: No matching distribution found for vtk>=9 ``` No Python 3.10 wheels yet: https://pypi.org/project/vtk/#files https://gitlab.kitware.com/vtk/vtk/-/issues/18335...