mara004
mara004
> Is it possible to look up the "/D" value somewhere within pikepdf in this case? Cause I'm guessing it can be resolved to a "/Page" entry somewhere. Yes, it...
* `--param_name` -> `--param-name` (snake case in CLI arguments is uncommon - argparse will automatically convert the dest variable names to snake case for you) * `help="int: ...` -> `type=int`...
As far as I can see, this issue is fixed as of pikepdf 2.16.1 / libqpdf 10.3.2.
It works in the sense that deleted pages are not shown in the PDF viewer anymore. However, it seems that the data of deleted pages is still present in the...
FYI, I am yet planning to release a new major version that will change the rendering API a bit. This will take some time. I plan to update the patch...
Coming back to this, I think the rewrite will still take quite some time, so you could also review/merge this before v4 is released and we can then update your...
Same problem on Fedora 37 when attempting to show certain plugin GUIs (e.g. calf, x42). Setting `QT_QPA_PLATFORM=xcb` successfully works around the issue.
Sounds like clang2py would need a conflicting names resolver?
What is the advantage of supporting AVIF in Pillow in the first place, rather than through an external plugin?
Wait, I forgot to mention that we're running conda convert on the packages afterwards, maybe that's the cause? I'll check that. Update: No, turns out it isn't. Even without convert...