Andrew Gaul

Results 483 comments of Andrew Gaul

What benefits and drawbacks does this have? Does it change the Java requirement for example?

Unfortunately we do not provide binaries yet, although there is a Docker image. You can easily use `go get` and `go build` to create the `compy` binary. compy takes minimal...

I expanded the installation instructions in the [README](https://github.com/barnacs/compy#installation). You need to `brew install jpeg` to satisfy this dependency. I opened #27 to track a compy Homebrew package if you would...

compy should log a summary when it exits: ``` 2017/10/02 18:42:01 compy exiting, total transcoded: 4078252 -> 280996 (6.9%) ``` The connection refused error is mysterious -- it looks like...

Very small HTML and images can increase in size due to overhead of compression metadata and possibly different formats have different overhead, e.g., GIF vs. WebP. It would be good...

It depends on which browser you use, but Firefox Android supports [Modify Header Value](https://addons.mozilla.org/en-us/firefox/addon/modify-header-value/). Again, ideally the browser should configure compy, but this may not always be possible so we...

Could you test with the latest master? This upgrades s3fs to 1.89 which resolves several issues that could cause these symptoms.

Please re-open if this is still relevant.

Can we merge this PR? I am interested in s3fs using pjdfstest again and having better support for requirements will avoid a lot of hard-coding demonstrated in https://github.com/s3fs-fuse/s3fs-fuse/pull/1882.