Tim Hoffmann

Results 273 comments of Tim Hoffmann

I think the repo entry is correct, but our parser is wrong in complaining "package repo is not in correct format".

I suggest to just start using them as you see fit. We can always consolidate later.

Yes, the available width is somewhat small for additional information. I suggest whether we can remove the (unused) side bars and use that space as well.

Actually, it depends on the intention if you want MIN or LCM. a) Adding a secondary property -> MIN Assume you have a line a line plot with `color=['r', 'g',...

Did the same plot work on earlier Matplotlib versions? Also, please provide a full minimal example, otherwise we cannot investigate this.

Since the removal in version 4.4 was in 2017, that description can be removed completely. The current docs don't need to describe features that are obsolete for more than 5...

Combining commands vs. not combing commands is a purity vs. usability decision. Should all operations be minimal (and thus logically separated) or should they common user tasks most efficiently? I'm...

Unfortunately, I don't have a minimal example. It occurred when trying to build the matplotlib docs with `sphinx-pretty-searchresults`. The provided exception message was all information available. I have no idea...

Not quite sure what the failing test for 3.11 / pip mean. Could anybody hint at whether they are related to this PR or whether that pipeline is broken for...

Code-wise this is good to go. It's only documentation that could/should be improved. There are a number of places still describing `block` as tuple. Technically, that is still correct, because...