Hugo van Kemenade

Results 240 issues of Hugo van Kemenade

It would be great to be able to do something like: ``` /github subscribe owner/repo1 owner/repo2 owner/repo3 [feature] ``` (Also unsubscribe.) This has been mentioned in the comments of https://github.com/integrations/slack/issues/391,...

Fixes https://github.com/tkrajina/gpxpy/issues/237. Currently, gpxpy is distributed on PyPI only as a sdist: * https://pypi.org/project/gpxpy/1.5.0/#files Please could you also distribute a wheel? It makes installation faster. More info: * https://pythonwheels.com/ This...

Travis CI have changed their pricing model making it harder to use with open source projects, and also [builds stopped 9 months ago](https://travis-ci.org/tkrajina/gpxpy), and many projects have switched to GitHub...

I didn't add the Trove classifier for 3.11 because it's still in beta, but as this is a pure Python project we probably could add now?

Replace `logging.warn` (deprecated in [Python 2.7, 2011](https://github.com/python/cpython/commit/04d5bc00a219860c69ea17eaa633d3ab9917409f)) with `logging.warning` (added in [Python 2.3, 2003](https://github.com/python/cpython/commit/6fa635df7aa88ae9fd8b41ae42743341316c90f7)). * https://docs.python.org/3/library/logging.html#logging.Logger.warning * https://github.com/python/cpython/issues/57444

# now Even at minimum width, the Chrome (95, desktop) window is too wide to trigger the text to break and demo the hyphens: ![image](https://user-images.githubusercontent.com/1324225/141680969-6b288e81-7593-4dbb-acc3-f5151a90626e.png) https://googlechrome.github.io/samples/css-hyphens/index.html # PR Double the...

Similar to https://github.com/python/peps/pull/2728. ReadTheDocs now has a beta feature to override the build commands: * https://twitter.com/readthedocs/status/1549145303801946112 * https://docs.readthedocs.io/en/latest/build-customization.html#override-the-build-process Right now, a whole bunch of dependencies are installed that we don't...

This adds a `:gh-label:` role to link to a GitHub label on https://github.com/python/cpython. For example: * ``` `:gh-label:`docs` ``` -> `https://github.com/python/cpython/issues?q=is%3Aopen+sort%3Aupdated-desc+label%3Adocs` * ``` :gh-label:`skip news` ``` -> `https://github.com/python/cpython/issues?q=is%3Aopen+sort%3Aupdated-desc+label%3A%22skip+news%22` This makes...

> Note: This repo is for the Python devguide. If you are requesting an enhancementfor the Python language or CPython interpreter, then the CPython issue tracker is better suited for...

bug
github

Botocore supports Python 3.6+ so the six library is no longer needed. Remove the vendored library and replace its uses with the Python 3 code. In part I used https://github.com/asottile/pyupgrade/...

pr/blocked