Alejandro González

Results 121 comments of Alejandro González

> Has anyone looked into the situation for apt on Linux? I'm afraid to ask APT is much better in this regard. [`cargo-deb`](https://github.com/kornelski/cargo-deb) makes it easy to generate proper .deb...

> I'm not sure creating our own apt repo is particularly helpful - it really needs to be in the defaults repos. I believe it's currently available in both Alpine...

I'd like to fix this in the Zopfli crate itself instead, but let's keep this PR open in case I'm unable to do so in a timely fashion.

I think the Clippy lint fixes should have been pushed to the main branch separately, so that this and other PRs could be rebased on top of those changes and...

> I guess we're still hoping @AlexTMjugador can investigate the root cause sometime 😅 I clearly didn't have the chance to delve into the matter that week I planned to...

> Technically, if you tar xvf the package and install it to /usr/bin, it seems to work on Debian Bookworm. (It may rely on certain libraries.) OxiPNG distributes fully statically...

I think it's useful to point out that since this issue was created, an infographic powered by `repology.org` has been added to the repository README to show [which Oxipng version...

> I guess I'm a little puzzled by the need to use docker to run a single binary with no dependencies. Wouldn't it be easier for your team members to...

Thanks for the clarification! I also try to avoid downloading stuff I don't need, but Docker images have to be pulled (i.e., downloaded) before use anyway. A Docker image is,...

Groundwork has been done to support APNGs (see https://github.com/shssoichiro/oxipng/pull/511), but the changes were not yet published in a release, so you have to build OxiPNG from source to use them....