Hugo van Kemenade

Results 1491 comments of Hugo van Kemenade

@heruohan OK to close this test now?

@vanechu This PR has merge conflicts.

@thecerial PR #25 is merged, can this be closed?

It's time to drop 2.6, it's been EOL since 2013: * https://en.wikipedia.org/wiki/CPython#Version_history * https://snarky.ca/stop-using-python-2-6/ * http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html * http://www.python3statement.org * Current pip 9 deprecates Python 2.6 support, pip 10 won't support...

Here's the pip installs for pytest-catchlog from PyPI for the last month (via `pypinfo --percent --pip pytest-catchlog pyversion`) | python_version | percent | download_count | | -------------- | -------: |...

Please upgrade your version of torchvision, for example: ``` pip install "torchvision>0.5.0" ```

@xiaohuangdi8 Please can you close this issue?

> Raising a `DeprecationWarning` on use of the codec is straightforward (since it can use the same function as the rest, presumably), as are the docs changes, but what about...

With the PR, there some extra lines in the footer, extending from the sidebar collapser thing (Chrome 106, macOS). PR on left, `main` on right: ![image](https://user-images.githubusercontent.com/1324225/201375958-5353c223-a6fa-4d0c-9be4-5733e57ab41d.png)

The Requires-Python metadata can be in `pyproject.toml`, `setup.cfg` or `setup.py`. Would Black only support reading from `pyproject.toml`? I usually put it in `setup.cfg`, but am fine if Black only wants...