Basil Crow

Results 476 comments of Basil Crow

@jtnord points out that BiDi has support to get a HAR direct from the browser, and we might be able to use this if it is implemented by Firefox. Accordingly,...

This seems useful to have eventually, so I think we should design for it, but it does not seem important enough to require for the first cut of the implementation.

See https://github.com/jenkinsci/acceptance-test-harness/pull/1748.

When https://github.com/jenkinsci/jenkins/pull/9836#discussion_r1801841596 has been addressed and you have a passing CI build, the **Checks** tab will provide a section with the incremental build version number, which you can then consume...

This seems challenging given that MINA needs a way to recover the public key associated with a given private key in `GenericOpenSSHEd25519PrivateKeyEntryDecoder#decodePrivateKey`, something which is supported out-of-the-box by `org.bouncycastle.jcajce.provider.asymmetric.edec.BC15EdDSAPrivateKey` and...

See [this document](https://docs.google.com/document/d/1eCfWSaHJeaDxE6m4-zqdJKQxPpugBm0t1mGuXzwrYmg/edit?usp=sharing) for a discussion of various retry strategies. Exponential backoff does appear to be a strict improvement over the status quo, as it balances retries against latency when...