Hugo van Kemenade

Results 1421 comments of Hugo van Kemenade
trafficstars

Good news, https://github.com/python-pillow/Pillow/issues/2614 has been fixed in this week's Pillow 4.3.0 release. `pip install -U pillow` should sort it for you.

To do this, whatever controls the tab completion would need to first make an HTTP request first to the https://endoflife.date/docs/api to fetch the list of products. The response could then...

I've never had much luck with autocomplete libraries, but would review a PR for this.

Done in https://github.com/hugovk/norwegianblue/pull/215.

> I ran tests with this plugin on python 3.11 and its works @Czaki What version of tox-uv and uv do you have? Are you calling `uv pip`? Here's a...

Yes, I will switch to `-r requirements.txt` in `deps` (re: https://github.com/tox-dev/tox-uv/issues/16#issuecomment-1952289561) instead of `[uv] pip install`, and we we could close this issue for my specific use case. I guess...

@Czaki That's a good idea, thanks! I think I can use that everywhere I need it. I also have a: ```init commands_pre = - {envpython} -m pip install --only-binary :all:...

At least uv doesn't yet support `--only-binary` in `requirements.txt`, only `--hash`: https://github.com/astral-sh/uv/issues/1687

I've written a little helper script to achieve this sort of thing before: https://discuss.python.org/t/moving-packaging-and-installers-to-macos-10-13-as-a-minimum/31907/5 Sounds like a good idea to have it built-in. Would you like to work on a...

I don't have merge permissions here, and the pre-commit CI failed.