Ryan Lester

Results 40 comments of Ryan Lester

Oh, just to clarify, I wasn't asking about the documentation. I was suggesting an optimization to the default `encode` and `decode` functions / wondering whether there was a non-obvious reason...

Got it, that makes sense. If memoizing isn't an option, what about just pre-initializing a default instance that gets used when `options` is undefined? That would at least cover the...

Nice, thanks! I'd be happy to submit a PR if that would be helpful.

Cool, sounds good. I'll investigate the failure as soon as I have a moment, but just rebased on the tip of main in case that makes a difference.

That fixed the problem for me, thanks @dlio! (`--network-concurrency 1` did not.) Based on the errors I'm seeing in https://github.com/pierrec/node-lz4/issues/92, it seems that yarn is extracting the tgz files in...

Closed because it's superseded by #1844.

I'm getting the same error on arm64 Debian bookworm: ``` $ uname -a Linux c09371f5f1bd 5.10.76-linuxkit #1 SMP PREEMPT Mon Nov 8 11:22:26 UTC 2021 aarch64 GNU/Linux $ cat /etc/debian_version...

Well, that's pretty bizarre. I'll investigate this weekend and see if I can reproduce the issue, but I've seriously never seen anything like this. Also, there shouldn't be a line...

Ah, yeah, thanks; I do need to fix this. It is a known issue which I noticed fairly recently (maybe a day or two before the launch), but it shouldn't...

Thanks for the suggestion Dylan! Yeah, this would definitely be a pretty useful feature to have (and probably not that difficult to add); the closest way I could think to...