Benjamin Gilbert

Results 534 comments of Benjamin Gilbert

Signing ticket: https://pagure.io/releng/issue/11088

ART ticket: https://issues.redhat.com/browse/ART-5021

@101x4 It looks like there are two problems with your signoff lines: the signoffs need to exactly match the name and email address of the commit author, and the first...

@101x4 Use `git rebase -i origin/main` to squash all of the commits down to one commit with the correct signoff line, then `git push -f`.

It seems the previous release of zlib has been removed from its website for some reason. https://github.com/openslide/openslide-winbuild/pull/54 should fix CI.

There should be a menu entry in the triple-dots menu after you click "Details". I'm not sure if you have access to it though. I've restarted the check.

Thanks for the PR! Since you'll need to rebase anyway to add the missing signoffs, please rebase onto current `main` and move the merge conflict fixes directly into the individual...

Artifacts are not expected, and you should be able to pass any pixel coordinates to `read_region`. Could you test on a current distro release, maybe Ubuntu 22.04? It's possible that...

We don't do anything special to handle the [TIFF orientation tag](https://www.awaresystems.be/imaging/tiff/tifftags/orientation.html), and in the fast decode path we bypass libtiff, which would normally handle it for us. Probably we should...