Alex James

Results 66 comments of Alex James

I am not familiar with this issue but [here's another discussion with some additional info](https://github.com/anacrolix/torrent/discussions/891).

I ran into the same issue when I had another client running on the same machine with the same port (for testing). Changing the port on one of the clients...

It's also worth noting that Hydra doesn't build with the sandbox enabled (IIRC), so the binary cache will end up hiding build failures that would otherwise occur locally in the...

The Nix package actually builds it from source - `fetchFromGitHub` downloads the source tarball and `buildNpmPackage` handles the build. (I'm the maintainer of flood-for-transmission in nixpkgs). I could add a...

I tried it out and it works, but I'm not sure if this is an improvement as the environment variables need to be set at build time. In nixpkgs you'd...

That makes sense, I suspected there was a limitation like that. I can work on getting this submitted to nixpkgs.