Jacob Hoffman-Andrews

Results 401 comments of Jacob Hoffman-Andrews
trafficstars

FWIW, what we do in rustdoc is to be explicit: if an item is deprecated, we don't try to hide it. We include it, and mark it deprecated. I think...

Ah, good point - thanks for spotting it. I will fix that code to reject URLs that don't match the targets.

I've been thinking about this issue. I think of minica as having two purposes: 1) Certificates for local development 2) Certificates for RPCs, or test harnesses, or general internal-only services...

Yes, I'm still very interested in using git2-rs with a rustls backend. I wrote a couple of starts at this in https://github.com/rust-lang/git2-rs/pull/624 and https://github.com/rust-lang/git2-rs/pull/625. What I found was that what's...

@gilescope @Shifulor have you tried @henry40408's git2-hyper crate? https://github.com/henry40408/git2-hyper

Thanks for the contribution! And my apologies for not getting back to you sooner. I'm curious about the use case for this. Minica is quite small and doesn't have any...

Seems like that introduces the potential for copy-paste errors, plus makes the process generally more tedious for the operator. Maybe what we need is a confirmation prompt? E.g. "found these...

It seems like the process is always to run a dry-run first, at least for clearing emails. Is that correct? If so, unconditionally prompting (rather than adding a flag to...

The table was added in https://github.com/letsencrypt/boulder/pull/3169. There wasn't significant discussion about whether it would be better to get the relevant info from the authorizations table. Reading that PR and the...

A couple of notes on trying to reproduce this: - If I pause JS executing in DevTools, then type a character in the search field and step through the resulting...