Results 637 comments of Antony Lee

Also, does _text_helpers.layout() also need to be rewritten to use raqm as well? (likely it would need to also include y information now) I had in fact more or less...

[I guess what's really stored in the font file are advances in font design units and then FreeType scales them by (font design units->real space) and then by 2^16 whereas...

I have some doubts about the correctness of the font fallback implementation (per the review above), which can probably be addressed by a test; other than that, looks good to...

It's not really clear to me why sliding_window_view (in the way we use it) would lead to an OOM while the manual approach wouldn't?

Oh, I see, this is because the intermediate array is too large even though we slice it immediately (to compute the overlapping FTs); also it seems like numpy wants array.size...

Unless I am mistaken, this is basically a duplicate of #8765.

See https://github.com/matplotlib/matplotlib/issues/24413 re: savefig()'s signature.

Also related to https://github.com/matplotlib/matplotlib/pull/28101#issuecomment-2067640782 and issues linked therein.

> @timhoffm @anntzer I had made these changes, but actually committing them had slipped my mind. They are in now 😅 > > I'm on vacation now, so my schedule...

For me, because of the issue here (impossibility to support old Python versions) as well as #4938, PEP639 is going to have the opposite effect than what it intended (improving...