Felix Hanau
Felix Hanau
Relevant diff compared to initial PR: https://github.com/cloudflare/workerd/compare/3eb728b0...felix/bazel-release-cfg-reland#diff-544556920c45b42cbfe40159b082ce8af6bd929e492d076769226265f215832f I initially assumed that linker flag issues were responsible for the large impact for macOS, but that turned out not to be an...
> Is there no way in bazel to detect which platform we're on and apply the platform-specific release flags appropriately? > > It would be nice not having to worry...
Hi, ECT is not under active development so I will not be adding new features like Unicode support for the foreseeable future unfortunately. As a German speaker, this also affects...
Thanks for the suggestion! As of now ECT only has a command line interface. It would certainly be useful to define a library API, which could be the base for...
[https://github.com/fhanau/Efficient-Compression-Tool/blob/master/src/leanify/zip.cpp#L330](https://github.com/fhanau/Efficient-Compression-Tool/blob/master/src/leanify/zip.cpp#L330) According to source code, this may break files. Even though I did not verify this claim, I don't think it's worth risking it.
Ok, according to https://github.com/JayXon/Leanify/issues/42 this seems to be fine in most cases, so I will at least port these changes to add an option to compress uncompressed files within a...
That's about it – the only other thing is refusing to process gzip files that contain metadata (comment or extra field) which would be removed otherwise. I'll look into documenting...
I'll keep that in mind, but as this would require a lot of work and there is no stdin/stdout IO support, this is low priority.
As I understand, the changes in the PR should be useful for this use case, and optimizing images automatically upon commit certainly sounds useful. However, I'm not familiar with pre-commit...
Thought about it some more – this certainly feels like a useful thing to have. I'd prefer to not have a Dockerfile in the global scope though – can it...