jheyens

Results 12 comments of jheyens

I don't think the failing macOS check is caused by this PR, but by some AppVeyor issue.

Sorry for the delay. First, thanks for your pull request. Unfortunately, I won't be able to look over this PR until next week. Additionally, I'm in the process of reducing...

Hi, Please look at #52 Jens

Hi, I actually intend to adjust the API to closely match flate2 for a 2.0 release. This is currently not very high on my priority list, though, so feel free...

The AUR package is out of date. The AUR version 0.4.4, while the latest version is 1.0.0. Additionally, python2 is no longer supported and should not be used further, which...

It has been [flagged out-of-date] on 10th of may, so the maintainer got a notification already. I'm not 100% sure that the AUR package maintainer ("prior") is the same person...

Soon-ish. We're currently in the process of transferring maintainership.

Hi, can you create a small example that - compresses static data on both your mips machine and an amd64 machine - decompresses the data correctly only if it was...

This would be possible at the cost of platform independency. See #36 for example. Additionally, when I last tried wasm with Rust months ago, crates required `![no_std]` to properly work....

Alright, I just saw you did that already, awesome :-) https://github.com/burmecia/lz4-rs This crate needs some tidying up anyways, so I think, I'll note wasm support for a future lz4 2.0,...