Pavel Lazureykis
Pavel Lazureykis
Here is the problem with Rails 7.1 and this gem configuration. With Rails 7.1, in test environment, we always will see warning about cache format, because this gem creates cache...
I didn't check this code with rails 2.x and 3.0.
Hi there! I've faced an issue with funzip. It crashes when uncompressed data reaches about 2Gb. Here is an example: ```bash > curl -s https://data.binance.vision/data/spot/monthly/trades/BTCUSDT/BTCUSDT-trades-2020-07.zip | funzip > ok.csv >...