Jose Celano

Results 340 comments of Jose Celano

Relates to: https://docs.rs/serde/latest/serde/trait.Serializer.html#method.is_human_readable

This issue would be solved if [we migrate to Figment](https://github.com/torrust/torrust-index/issues/581).

The `config` crate was removed [here](https://github.com/torrust/torrust-index/pull/592).

I did some work related to parsing the torrent file in this repo: https://github.com/torrust/torrust-parse-torrent One of the things I wanted to test was a more verbose parser: https://github.com/torrust/torrust-parse-torrent/blob/main/src/utils/parse_torrent_verbose.rs The idea...

Anyway, I opened this issue becuase I wanted to show a different message if the user is trying to upload an only-V2 torrent (not hybrid).

> What is your opinion on the above? @da2ce7 @WarmBeer @josecelano Hi @mario-nt, correct me if I'm wrong: 1. In all of them (v1, v2 and hybrid) you calculate the...

Article about BitTorrent V2: https://blog.libtorrent.org/2020/09/bittorrent-v2/

I'm moving this to the next big milestone because it's not clear to me if we should support V2 torrents. It looks like other projects are even removing support for...

Documentation for the `InfoHash` have been improved here: https://github.com/torrust/torrust-index-backend/pull/249/commits/bc04231c1d475cd323a8f6adb594c2dbaed052cc

Hi @Power2All, Thank you for sharing it. Sorry for the delay; I was on holiday :-). I wonder how you monitor the number of connections and how you realized those...