chainsawriot

Results 226 comments of chainsawriot

Maybe I should reach out to the [datamods team](https://github.com/dreamRs/datamods), e.g. @pvictor .

@pvictor `datamods` is usually dockerized and `datamonds` depends on `rio`. Therefore, every time `datamonds` users (e.g. @wlandau ) dockerize `datamonds`, they also have to install `rio` during the image building...

@wlandau @pvictor I just wanted to let you know that I have produced a branch that adds back the default support for parquet using `nanoparquet`. #444 It would be super...

`nanoparquet` does not support big endian platforms at the moment and it's not on the priority for the developers of `nanoparquet` r-lib/nanoparquet#21 . It probably won't affect >99% of the...

@barracuda156 Thank you for chipping in. I actually don't mind moving `nanoparquet` to "Suggests". We did it previously with `arrow` anyway. Maybe the timing for supporting parquet is not right....

Q: I cannot install this package on Linux. A: Probably you don't have the required system dependencies. This package in itself doesn't have system dependencies. But the dependencies do. You...

Benchmark: https://chainsawriot.com/postmannheim/2023/09/21/benchmark.html

- [ ] setwd - [x] *apply - [x] 1:

The `setwd()` in `compression.R` is not needed if `zip` is done with `root` https://github.com/gesistsa/rio/blob/8bf9a23aa17722d2cd92436e08aea0c706bcedfa/R/compression.R#L29-L52 ``` r dir.create(tmp 1 file1 15 10 2023-09-04 11:41:24 664 #> 2 file2 16 11 2023-09-04...