Seth

Results 159 comments of Seth

Totally! And please keep adding to this thread as you find more stuff! It is appreciated

(See mentioned issue above)

@lopopolo Thanks for filing an issue! The PR I have fixes it if you have your sub-crates only specify the `license-file`. It would output something like: ``` - package_name: spinoso-regexp...

I do really want this and just haven't gotten around to it / needed it myself yet.

Thanks for making an issue! There are two issues with your comparison. First `crabz` uses `zlib-ng` backend by default whereas `pigz` uses `zlib`. Second `pigz` uses a different algorithm when...

True! Want to change the title of this issue to something like "Add zopfli compression format"? That is what pigz is using when `-11` is specified. It trades off a...

https://twitter.com/ducktapeprogra1/status/1443723380436385792 There are some serious limitations with the reference implementation of that, but true, it's possible! PRs accepted :)

Thanks for posting the solution! I actually just ran into this yesterday and ended up just pulling the binary from the release page. And that's awesome to hear that it's...

Related thread: https://github.com/sstadick/gzp/issues/11

Yes! Definitely worth updating. I'm tweaking some things in `gzp` to make the api nicer in cases where `num_threads` is 0. Basically wrapping flate2 types under one trait so that...