milahu
milahu
``` $ curl -s -o test.torrent https://annas-archive.gs/dyn/small_file/torrents/managed_by_aa/annas_archive_data__aacid/annas_archive_data__aacid__upload_files_trantor__20240510T044430Z--20240510T044431Z.torrent $ du -b test.torrent 2943036 test.torrent $ du -h test.torrent 2.9M test.torrent $ time torrenttools show files test.torrent | wc -l 30000 real...
the option `--console=plain` makes `gradle` fail with > Multiple arguments were provided for command-line option because [gradleSetupHook](https://github.com/NixOS/nixpkgs/blob/dd34eb55bef12e02ba3eac902de1d9f0c22c08aa/pkgs/development/tools/build-managers/gradle/setup-hook.sh#L7) already adds `--console plain` since [2024-07-12](https://github.com/NixOS/nixpkgs/commit/c12b2a0b196a42a20949cf648c86acfbe6418ad3) see also https://github.com/gradle/gradle/issues/30913 FIXME update `nixpkgs` in...
would be nice to have [caniuse.com/udp](https://caniuse.com/udp) afaik, no mainstream browser has full UDP support (raw UDP support) only [HTTP/3](https://caniuse.com/http3) (HTTP over QUIC) which is based on UDP UDP is required...
``` git clone --depth=1 --branch=debug-noop-hooks https://github.com/milahu/nodejs-hide-symlinks cd nodejs-hide-symlinks cargo build LD_PRELOAD=./target/debug/libnodejs_hide_symlinks.so readlink -f . LD_PRELOAD=./target/debug/libnodejs_hide_symlinks.so coreutils --coreutils-prog=readlink -f . LD_PRELOAD=./target/debug/libnodejs_hide_symlinks.so python -c "print(1)" LD_PRELOAD=./target/debug/libnodejs_hide_symlinks.so bash -c "echo 1" ``` LD_PRELOAD...
rqbit can crash at random times > thread 'tokio-runtime-worker' panicked at core/src/slice/sort/shared/smallsort.rs:865:5: > user-provided comparison function does not correctly implement a total order stack backtrace with `RUST_BACKTRACE=1` ``` stack backtrace:...
currently the "add torrent" api endpoint is blocking - on fetching metadata from a magnet link - default timeout is 10 minutes, should be possible to set `metadata_timeout=infinite` - or...
the current way to limit memory usage seems to be to reduce `--max-blocking-threads 8` to something like 2 but then checking torrents is slow as only 2 torrents are checked...
i have started rqbit with `--fastresume` but its slowly "checking files" of all added torrents but rqbit has cached all these torrents when the fastresume file exists at `.cache/rqbit/{btih}.bitv` then...
im adding torrents with existing files in rare cases, maybe 5%, the torrent is added but then its stuck at 0% "checking files" or its stuck at 100% "checking files"...
to reproduce: 1. add a torrent that takes long for checking 2. delete the torrent before checking is complete now the "add torrent" api call never returns and is only...