Roderick van Domburg

Results 374 comments of Roderick van Domburg

Perfect. From the `hyper` documentation it seems that HTTP/2 keep alive (ping) is disabled by default while I know that at least the CDN uses HTTP/2. Any reason not to...

Indeed it’s not a header but in the case of HTTP/2 you need to send a ping for the connection to remain open. Edit: with ping I mean a HTTP/2...

> Actually, relatedly, does anyone know if there's any rate limiting with this? I keep hitting that with my use of the Web API and keen to avoid it. There...

Alright. Let’s get this in and we can see about the ping later. Only use case I can think of is when skipping in or between songs after so many...

This is in the `new-api` branch that is currently being developed: #891 Thanks for the link though, it's got a more basic HTTP lyrics endpoint as well as a search...

The APIs are now in `dev` (see the `spclient`) and return a JSON response. I intend to add a native Rust struct in `metadata` later. Some work on this was...

@Johannesd3 I thought about assigning this to you, as you have new mDNS in the works.

Sure why not? The "why not" of course is not to have too many command line options, but in this case I think it's in fair demand and a new...

You should look into [`IpAddr::from_str`](https://doc.rust-lang.org/std/net/enum.IpAddr.html#impl-FromStr-for-IpAddr). The Rust idiom for success or failure is returning and doing something with a [`Result`](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html). Welcome to Rust 👍

Is this still the case? If I remember from testing #844 I believe it now does jump to the first track even on albums with more than 10 tracks. I...