josch released 0.5 at josch/plakativ 2022-02-28 07:50:21 +00:00
josch released 0.5 at josch/plakativ 2022-02-28 07:45:54 +00:00
josch commented on issue josch/plakativ#3 2022-02-25 06:36:08 +00:00
Windows compiled exe

Yes. I just re-triggered the appveyor pipeline.

Could you test if the resulting exe works for you?

If yes, then I will publish the binary here as well so that it doesn't get deleted.

Thanks!

josch pushed to main at josch/mmdebstrap 2022-02-16 11:51:51 +00:00
489e51a2eb Run File::Find::find with no_chdir=>1
josch commented on pull request josch/mmdebstrap#22 2022-02-14 06:58:29 +00:00
Fix examples of how to create VM images

And welcome to the list of contributors. :)

fe87c3a1b8add686095528e507aafb41810a901a

josch pushed to main at josch/mmdebstrap 2022-02-14 06:57:58 +00:00
fe87c3a1b8 README.md: add Gioele Barabucci
josch commented on pull request josch/mmdebstrap#22 2022-02-14 06:56:57 +00:00
Fix examples of how to create VM images

Whoops, indeed I missed the button with the three dots which shows the full commit message and I was thus only reading the first line in the webinterface.

Thank you!

josch pushed to main at josch/mmdebstrap 2022-02-14 06:45:32 +00:00
5fa2457fd5 mmdebstrap: Add mbr.bin installation to autopkgtest-build-qemu instructions
8e6f183b3f mmdebstrap: Install mbr.bin in /boot and keep after installation
97e6981ddc mmdebstrap: Read extlinux's MBR from /usr/lib/EXTLINUX
22c0ba45a0 mmdebstrap: Use ext4 instead of ext2 in examples
829df60242 mmdebstrap: Align autopkgtest-build-qemu and USB stick examples
Compare 5 commits »
josch merged pull request josch/mmdebstrap#22 2022-02-14 06:45:31 +00:00
Fix examples of how to create VM images
josch commented on pull request josch/mmdebstrap#22 2022-02-13 19:58:00 +00:00
Fix examples of how to create VM images

Thank you for your contribution!

Can you explain which of your five changes is the one that is necessary so that it boots for you?

The instructions definitely work over here and I used the same…

josch pushed to main at josch/mmdebstrap 2022-02-11 22:04:48 +00:00
070a9cecb7 release 0.8.4
38a81e75bb remove information about kernel.unprivileged_userns_clone from the man page
ce8a9f8764 also remove /var/lib/dbus/machine-id
e865ce850f document another advantage of running apt outside the chroot
2b60a932a9 don't install essential packages in run_install()
Compare 8 commits »
josch pushed tag 0.8.4 to josch/mmdebstrap 2022-02-11 22:04:48 +00:00
josch commented on issue josch/img2pdf#132 2022-02-11 14:07:52 +00:00
error: Can't convert ObjectHelper (or subclass) to Object implicitly. Use .obj to get access the underlying object.

@mara0004 I think maybe you deleted your last comment?

I have python3-pikepdf 4.2.0 installed and as far as I can see,…

josch commented on issue josch/img2pdf#132 2022-02-11 13:46:22 +00:00
error: Can't convert ObjectHelper (or subclass) to Object implicitly. Use .obj to get access the underlying object.

As I'm unable to reproduce this problem, can one of you who can reproduce it file a bug against pikepdf? Thanks!

josch commented on issue josch/img2pdf#132 2022-02-11 12:17:46 +00:00
error: Can't convert ObjectHelper (or subclass) to Object implicitly. Use .obj to get access the underlying object.

Interesting. It doesn't fail for me. Can you run img2pdf with --verbose to get a better error message?

josch commented on issue josch/img2pdf#132 2022-02-11 10:02:45 +00:00
error: Can't convert ObjectHelper (or subclass) to Object implicitly. Use .obj to get access the underlying object.

Maybe. Can you share your input tif image?

josch commented on issue josch/img2pdf#131 2022-02-07 09:52:49 +00:00
Set background color?

At the moment it's actually not all white but all transparent.

I'm afraid though, that I don't know enough to implement this. Patches are welcome.

Until then, you can achive the same thing…

josch pushed to main at josch/img2pdf 2022-02-06 19:33:33 +00:00
3da370d3bd add more information about how to ignore invalid rotation values in input images
6cff2931e4 ensure that gif test input uses the same palette for all frames
6a55258804 appveyor.yml: rename pil to Pillow
3cdeab08ab appveyor.yml: also install pil so that maybe pyinstaller picks it up
cea7c9120b tox.ini: python 3.5 and 3.6 are not supported anymore
Compare 7 commits »
josch commented on issue josch/img2pdf#130 2022-01-25 15:40:57 +00:00
Help needed: GIF tests fail with Pillow 9.0.0

@gms in Debian I just disabled the tests that fail with Pillow 9.0.0 for now:

https://salsa.debian.org/debian/img2pdf/-/blob/master/debian/patches/pillow9

Maybe you want to do the same in…

josch commented on issue josch/img2pdf#130 2022-01-24 21:42:14 +00:00
Help needed: GIF tests fail with Pillow 9.0.0

Yes, these failures are due to the Pillow 9.0.0 release which now treats GIF images differently.

I'm trying to fix this here: https://github.com/python-pillow/Pillow/pull/5974