Eugene Lazutkin
Eugene Lazutkin
It looks good. I would suggest to describe what kind of input is expected. It makes the code more transparent. I plan to put a similar example (or the same...
The major difference is that JSONL is a huge stream of small objects, where "small" is defined as "fit in the memory and can be converted to a JS object"....
Am I correct in assuming that you want to have a function that returns a stream, which should feed the rest of the pipe? If that's the correct assumption, why...
Closing for inactivity.
TS typings added directly to the project in 27c94e6a24c886dda3dbcef63d5f220a1e407c44
One problem with this approach is that it doesn't distinguish between [musl](https://en.wikipedia.org/wiki/Musl)-based and [glibc](https://en.wikipedia.org/wiki/Glibc)-based Linux distributions. Unfortunately, we have to make this distinction. See for example the latest release: [1.20.10](https://github.com/uhop/node-re2/releases/tag/1.20.10)....
Thank you for the write up. Let's get down to brass tacks. > Since you're building a Rust binary, it can use [napi-rs](https://github.com/napi-rs/napi-rs) framework. I am not building a Rust...
There is no file `StreamArray`. There is file `StreamArray.js`. Unless you are reading files from a server that rewrites names you should specify file names fully: path, name and its...
Closing for inactivity. Please reopen if you still have a problem.