Tom Pohl
Tom Pohl
If you are aware of the pitfalls of using square images in processing pipelines (potentially under development), you can easily "unsquare" the existing example images. That's not my point. My...
Sure, it's your call. Way better than just keeping all square images, IMHO.
Do you include images multiple times (like logos in the header / footer)? Depending on how they are handled, they might be included multiple times in the resulting PDF which...
I would be very interested in this feature. Any updates on its implementation status?
Thanks for the update. There was an initial PR #8086 from @dhellmann which didn't get a lot of attention or feedback from the package owners. Busy times, I know. 😉...
Could you please elaborate on what you don't like about #8086? To me, without any knowledge about the overall design philosophy of pip, it looks like a clean and minimal...
As I have proposed above, pip could simply refuse to run (or stop execution) if no lower bound is given for any requirement and it is being run in the...
Ok, so let me summarize: * The PR in general is fine. * You don't like `--prefer-minimum-versions`. Proposals would be highly appreciated. * Still missing: * Tests * Stop execution...
I'm using [the definitions here](https://en.wikipedia.org/wiki/Transitive_dependency). My user story: As a package developer, I want to make sure that the lower bounds of the packages I define as _direct dependencies_ (in...
What I meant with "influence": If a direct dependency of my package messed up their lower bounds or didn't define lower bounds at all, I cannot raise their lower bounds...