Bheesham Persaud

Results 11 comments of Bheesham Persaud

Seems like the market response was very positive.

I think I ran into a potentially related issue re: using UTP from the system. If it's not appropriate to post in this issue please let me know. The CMake...

I wonder what y'all are doing to get this working on your machines?

Answered here: https://github.com/transmission/transmission/pull/4909#issuecomment-1435351897.

I marked it as a draft because I wasn't sure about https://github.com/transmission/transmission/issues/4910. Though, this gives a definitive answer. I've unmarked it as a draft. Thanks for the reviews, @mikedld and...

I tried a naive approach (incremental upgrade of tokio and futures) and there's a lot of changes. See: https://github.com/bheesham/ire/tree/upgrade-tokio-and-friends My changes primarily address some import changes, but there's a lot...

fwiw there's a client+server example here: https://github.com/tokio-rs/axum/blob/main/examples/unix-domain-socket/src/main.rs

I wasn't able to reproduce (though, I'm using iOS 17.5 with an iPhone mini and the `main` branch; tested with both ddg and Safari).

The portcheck service will use the origin IP (or `X-Forwarded-For`), so there's at least some validation happening. Asking portcheck to check an arbitrary host's port would be weird, no? (Though...