Andrew Gaul
Andrew Gaul
Configuring the SSL certificates can confuse users. The README or wiki should have detailed instructions for how to establish both SSL trust to compy and the CA trust for MitM.
Now that compy has unit tests via #12, we should set up Travis to prevent regressions.
Presently compy sorts all its command-line flags such that related flags like `cert` and `key` are not adjacent. We may need to switch parsers for this.
compy should support a `--verbose` flag so that it emits HTTP requests and responses like curl does. We should also attach some kind of request id since the current logging...
[Homebrew](https://brew.sh/) could provide a package to make installation and upgrades easier for macOS users. We might need to start tagging releases for user-friendliness.
compy should allow recompressing WebP images with a given quality setting.
Deploying in GAE would allow users to run compy without allocating an entire VM for this purpose.
Found via clang-tidy.
This can find missing locks at compile-time.
Our CI has a large combination of distros: * ubuntu:23.04 * ubuntu:22.04 (remove?) * ubuntu:20.04 (remove?) * debian:bookworm * debian:bullseye (remove?) * debian:buster (remove?) * rockylinux:9 * rockylinux:8 * centos:centos7...