Jacob Hoffman-Andrews
Jacob Hoffman-Andrews
This is turning out to be a very interesting and unusual bug! - It persists even when I disable JavaScript entirely in DevTools. - Each character typed seems to result...
Another piece of data: the following patch eliminates the scrolling entirely. Edit: to be clear, 80px fixes it; anything less, like 79px, does not quite fix it. However, 79px _almost_...
Reading #934, can I ask: what command were you using to detect variables escaping to the heap? What is its output today? Also, does the impact show up on a...
This appears to be related to deflate encoding. Adding code to print the headers shows `'content-encoding': 'deflate',`, and piping the output to `perl -MCompress::Zlib -e 'undef $/; print uncompress()'` results...
It sounds like mkcert may actually fit your needs better: https://github.com/FiloSottile/mkcert. The nice thing about that is it handles adding the generated root file to your local trust store.
Hi @Franz333 ! Did you check out https://github.com/FiloSottile/mkcert ?
We could condition the different logging code on the `integration` build tag. One possible stumbling block: we do have code that collects log output and parses it (e.g. test-caa-log-checker). We...
This is a good idea. Here's my plan: rather than defining a new Boulder CLI tool, I'd like to make `boulder admin` an alias for `boulder admin-revoker`. Currently all the...
One other thing to specify: the email matching should be done case-insensitively, since the domain part is specified to be case insensitive, and the local part is in practice case...
That most recent test failure (urn:ietf:params:acme:error:badPublicKey :: The JWS was signed by a public key the server does not support :: rpc error: code = Unavailable desc = last resolver...