Results 653 issues of milahu

fix #78 based on https://github.com/gradle/gradle/issues/30913#issuecomment-3177897769

GradleDaemon keeps running using many threads and about 3GB RAM ``` $ ps -AF | grep java user 1132207 1460 3 2490037 897344 6 14:01 ? 00:02:41 /nix/store/bgskkrbv4gi5fz3w7sh031xxmi39ipc2-openjdk-21.0.7+6/lib/openjdk/bin/java --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED...

without `--` gradle2nix says ``` $ gradle2nix --warning-mode all Usage: gradle2nix [] []... Error: no such option --warning-mode ``` the args should be ``` gradle2nix -- --warning-mode all ```

kademlia 4ccfd508f1b50734ff9f4c1db3c5b3bb48bdb404 fails to build with boost 1.87 ``` nix-shell -p git cmake boost187 git clone https://github.com/DavidKeller/kademlia cd kademlia git checkout 4ccfd508f1b50734ff9f4c1db3c5b3bb48bdb404 mkdir build cd build BUILD_TESTING=1 cmake .. &&...

[fsspec/implementations/memory.py](https://github.com/fsspec/filesystem_spec/blob/c46db870f828f7f1318ed7a3dc26ecc8b48b3880/fsspec/implementations/memory.py#L17) ```py class MemoryFileSystem(AbstractFileSystem): """A filesystem based on a dict of BytesIO objects This is a global filesystem so instances of this class all point to the same in memory...

merge #51 - reword to `Fix compilation with boost 1.86` cherry-pick #5 - add cmake, fix warnings feat: x-pollinate: support hostnames feat: add option print-stats-interval todo: also merge #46 for...

``` src/main.cpp:68:20: error: 'io_service' has not been declared in 'boost::asio' 68 | using boost::asio::io_service; | ^~~~~~~~~~ ``` all errors ``` src/main.cpp:68:20: error: 'io_service' has not been declared in 'boost::asio' 68...

[rendered](https://github.com/milahu/bittorrent.org/blob/bep-want-bitfield/beps/bep_want_bitfield.rst) (this draft was generated by chatGPT) related: [BEP 6: Suggest Piece messages to leechers](https://www.bittorrent.org/beps/bep_0006.html#suggest-piece) > Suggest Piece is an advisory message meaning "you might like to download this piece."...

this would be helpful to subvert private trackers ([BEP 27: Private Torrents](https://www.bittorrent.org/beps/bep_0027.html)) (for ghostleeching) usually peers who seed a specific torrent also have other torrents which i may find interesting...

fix #170 [rendered](https://github.com/milahu/bittorrent.org/blob/bep-magnet-webseeding/beps/bep_draft.rst) based on https://wiki.theory.org/BitTorrent_Magnet-URI_Webseeding