Hugo van Kemenade

Results 1490 comments of Hugo van Kemenade

Re-opening as https://github.com/jazzband/prettytable/pull/183 was reverted, a new PR is welcome, thanks!

Hi, thank you! Yes, that sounds about right :) * If only `align` is set, it's the "global" option that applies to both header and body. * If only `header_align`...

Thanks both for the issue and PRs! Parametrising means we get more test cases, which is good because each runs in isolation. --- Before this issue was opened, there were...

Yes, thanks for the PR! I'm in a similar position, not so familiar with the ins and outs of the GIL so would prefer someone else to review.

Also suggested in https://github.com/python-pillow/Pillow/issues/6555, I think it would really help people upgrade by giving clear code examples of how to replace deprecations. Something along the lines of: ```python # Deprecated:...

* Does "Update https://github.com/python-pillow/pillow-wheels" have any external dependencies, other than the 3.11.0 release itself? Can we do things like https://github.com/python-pillow/pillow-wheels/pull/324 so we don't need to wait for multibuild updates? *...

Good stuff, and those images are published by https://github.com/pypa/manylinux/ who should be quick about updating. (And it looks like they have automation too.)

Main thing we're missing here is manylinux updating from 3.11.0rc2 to 3.11.0 final: For example: * https://github.com/hugovk/pillow-wheels/actions/runs/3321491929/jobs/5489216523#step:4:6696 Tracking issue: * https://github.com/pypa/manylinux/issues/1317 --- Tracking issues for non-blocking things: * https://github.com/actions/setup-python/issues/531 (draft...

Hmm, while [linux / 3.11 manylinux2014 i686](https://github.com/python-pillow/pillow-wheels/actions/runs/3327307362/jobs/5501975204#logs) is picking up the new version: ``` Python 3.11.0 (main, Oct 24 2022, 19:56:01) [GCC 7.5.0] ``` But [linux / 3.11 manylinux2014 x86_64](https://github.com/python-pillow/pillow-wheels/actions/runs/3327307362/jobs/5501975308#logs),...

https://github.com/multi-build/multibuild/pull/485, https://github.com/multi-build/docker-images/pull/37 and https://github.com/python-pillow/pillow-wheels/pull/337 are merged, so the important 3.11 things are now ready! 🚀