Pierre Curto

Results 77 comments of Pierre Curto

There is still an issue, will look into it tomorrow.

Thanks for reporting this. It looks like it is broken. WIll investigate.

I agree with you, unfortunately I dont have the time anymore for this kind of work. I still maintain this library so that it remains compatible with Nodejs but that's...

How did you compress the files? (i.e. via node-lz4 or some other tool?) Could you provide a small sample file that reproduces the issue?

The block dependency compression is indeed not implemented in the js version. It would be nice to have it, even though the few samples I tried it on (using the...

Humm. I just did the install on Ubuntu 14.04 with node 4.4.6 and it worked fine: vagrant@vagrant-ubuntu-trusty-64:~/sandbox/node-lz4$ npm i npm WARN package.json [email protected] No license field. ``` > [email protected] install...

Thanks for the report. I think I know what that is but I would like to confirm. If you have a sample file that exhibits the failure, please provide it.

Indeed, Array is currently not supported. Pull requests are welcome :) as I dont have time right now to work on this. The fact that it worked for an array...

Sorry to hear that you wasted your time on this. I welcome pull request btw, as I have little time to maintain my hobby projects atm!

It looks like your input string is not detected as such: in the code, it checks for a native js string or arraybuffer otherwise it defaults to a node buffer...