T1MOXA

Results 7 issues of T1MOXA

It would be cool if there were examples of using headers, for example, to get the total size of the decompressed files, or their number in the archive.

gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ``` ~/git/bees# make make PREFIX=/usr LIBEXEC_PREFIX=/usr/lib/bees ETC_PREFIX=/etc TAG="v0.7-53-ga520628" -C lib make[1]: Entering directory '/root/git/bees/lib' g++ -Wall -Wextra -Werror -O3 -I../include -D_FILE_OFFSET_BITS=64 -std=c++11 -Wold-style-cast -Wno-missing-field-initializers -o...

https://github.com/schollz/progressbar/blob/master/progressbar.go#L547 https://github.com/schollz/progressbar/blob/master/progressbar.go#L286

**What version of this package are you using?** 10.0.1 **What operating system, Node.js, and npm version?** Ubuntu 22.04.1 LTS Node v19.3.0 NPM 9.2.0 **What happened?** If I use toMagnetURI like...

Доброго времени суток. С некоторых пор провайдер начал блокировать доступ к "запрещенным" сайтам каким то методом отличым от простой блокировки через свои днс, в связи с чем появилась потребность в...

``` 38 | var WORKER_INTERVAL = isNaN(parseInt(conf.workerInterval)) ? 30 * 1000 : 39 | parseInt(conf.workerInterval) * 1000; // default: 30 secs 40 | var SIZE_LIMIT = get_limit_size(); // default :...