Ivan Muratov

Results 29 comments of Ivan Muratov

Same here on archlinux. Just `git clone` repo and run `npm i`. ``` 10469 verbose Linux 6.1.7-arch1-1 10470 verbose node v16.18.1 10471 verbose npm v8.19.2 10472 error code 1 10473...

Btw if I switch to Node 14, it will works! I think maintainer should remove current `package-lock.json`, update Node to 16 and try to run project again.

It would be nice. But I have no enough experience with cloud providers. I need some time to learn their API and prepare some test env scenarios for benchmarks.

What about my imac and notebook as test environment? Or do u want exactly vm in cloud?

Why remove? Let's keep it as proof of production-**not**-ready? 😃

While I have access to real server hardware I will execute benchmarks on it, next time it will be in a some cloud...

Any progress in fixing this error?

It's good issue. Currently `timescaledb-parallel-copy` just separate an input file on batch of rows: https://github.com/timescale/timescaledb-parallel-copy/blob/master/cmd/timescaledb-parallel-copy/main.go#L195. Implementation of this feature is required partial decompressing and understanding where begin and end another...