Jose Celano
Jose Celano
> @josecelano I have reimplemented the clock, now it takes the form a Duration, and has Into and From traits implemented for both a local clock, and a fixed clock....
> @josecelano and @WarmBeer > > I'm now felling that my version of the Clock Module is quite rusty: https://github.com/da2ce7/torrust-tracker/blob/protocol-tests/src/protocol/clock.rs > > What do you think? @da2ce7 yes, it's much...
hi @da2ce7 are you planning to merge this PR? In general, I'm not fun of adding code that is not used in production but: - We also have tests that...
> Hi, I can see in the documentation : https://torrust.com/torrust-tracker/api/#tracker-keys that we can generate or delete tracker keys. But is it possible to add existing tracker keys ? I'm migrating...
hi @Power2All I've updated the [gbitt-udp-e2e-tests branch](https://github.com/torrust/torrust-tracker/tree/gbitt-udp-e2e-tests) with the "scrape" test. The basic behaviour for scrapping seems to work. ``` running 4 tests test udp_tracker_server::should_return_a_connect_response_when_the_client_sends_a_connection_request ... ok test udp_tracker_server::should_return_a_bad_request_response_when_the_client_sends_an_empty_request ......
> @josecelano That's really weird. Unless the domain is not resolving, somehow. Could you try in a command prompt: > > `nslookup tracker-udp.gbitt.info` and send me the response ? Thanks...
> @Power2All please, let us know when you fix it so I can also fix it in this repo. On the other hand, I suppose that error is not related...
Hi @letFunny I've just created a sample repo which contains a function to extract the infohash from the torrent bytes: https://github.com/torrust/torrust-parse-torrent/blob/main/src/utils/parse_torrent.rs#L54-L69 ```rust pub fn calculate_info_hash(bytes: &[u8]) -> InfoHash { //...
Hi @Guiguiprim @sunshowers , I have the same problem. I'm working on a project called [Torrust Tracker](https://github.com/torrust/torrust-tracker). @da2ce7 was working on the Cantainerfile and he's using `cargo nextest archive` to...
> So it appears that MS has decided that the Docker Hub repo is not in some default search hierarchy. The example page should be changed to specify the site...