Jacob Hoffman-Andrews
Jacob Hoffman-Andrews
Ooh, good catch. Thanks for pointing that out! We should skip reading the content length and do the take(), plus a read_to_string().
I'd like to avoid magic numbers if we can. It seems like there is arguably room for another extension point. We have `Resolver`, which turns names into IP addresses. We...
Thanks very much for the suggestion, and for taking the initiative to build a CI pipeline. I like it, and will aim to incorporate it into the official repo and...
This tool already fills in the subjectAlternativeName field. It does noy mark it critical, since that's not required. Can you link me to documentation about the problem you are facing?...
It sounds like your problem needs a little more in-depth debugging than we can do in this GitHub issue thread. Could you post some of the details of your setup...
I think this is probably feasible. Some questions to figure out: should all of docs.rs be one big PWA, which manages a cache of all the various docs you've visited?...
I have a local prototype of this that's kinda neat, and plan to work on it some more and will share results when they're good enough. I had high hopes...
By the way, to be able to readily experiment with this without the possibility of breaking docs.rs, it should be possible to run some totally third party site that has...
Switching at any point would be the same work as doing either change from scratch. If we use the `Cache-Control: max-age=0, stale-while-revalidate=N` approach, it's a one-liner. We don't touch Service...
> I'm not sure that "if you reload you'll get 2.0" is true though - don't you need to do a hard refresh to ignore the cache directive? With `max-age=0,...