Jacob Hoffman-Andrews
Jacob Hoffman-Andrews
I haven't checked all of these, but I just checked https://www.adorama.com/, and it's not a case of missing the `\r\n` at the end of the message, it's a case of...
I comment on https://github.com/algesten/ureq/issues/325#issuecomment-1344904282 - I think we should first implement trailers and see if we still have this problem. At least one of the affected sites that I spot-checked...
We discussed this in the [2024-01-08 t-rustdoc meeting](https://rust-lang.zulipchat.com/#narrow/stream/393423-t-rustdoc.2Fmeetings/topic/meeting.2008-01-2024/near/411810790) and the [2024-03-11 t-rustdoc meeting](https://rust-lang.zulipchat.com/#narrow/stream/393423-t-rustdoc.2Fmeetings/topic/meeting.202024-03-11/near/426002126). To summarize: This is a useful problem to solve, and we want to solve it, but we're...
> Does that include all crates on crates.io? Or only crates that already have a public git repository? Yep, all crates on crates.io, and it loads them from crates.io so...
Thanks! I'd definitely take a PR to the README changing that. BTW I've seen an increased level of interest in the project recently - out of curiosity, was it posted...
Also happy to consolidate, and I think the change you propose, to take hostnames as args rather than flags, should probably be fine. There's another piece of functionality that's probably...
Thanks for working on this. I really support the goals - consistent reliable images and scripts across local, self-hosted, and docs.rs. But I'm dissatisfied with the implementation plan for docs.rs:...
> > Script-nonce won't work for rustdoc output > > Allowlisting scripts also won't work for rustdoc output > > These two at least are solveable. This is true, although...
Good point. I agree. Let's file a separate issue on rustdoc for how to tweak the favicon and logo attributes to encourage/make it easier to use fully-local icons.
By the way, the potential for crate A installing ServiceWorkers to mess with crate B's docs is, I think, not present. According to https://w3c.github.io/ServiceWorker/#service-worker-script-response, a script at `https://example.com/foo/sw.js` can only...