Graham Christensen

Results 168 comments of Graham Christensen

With NixOS 21.05 you can work around this by preferring their shorter chain: ```diff security.acme = { acceptTerms = true; email = "[email protected]"; - certs."${domain}".keyType = "rsa4096"; + certs."${domain}" =...

Just in case you're coming across this with the recent LetsEncrypt chain update, you can work around this by preferring the shorter chain in https://community.letsencrypt.org/t/production-chain-changes/150739/1 via the lego flags: `--preferred-chain...

I don't think this is solved, and I wish it were, though I'm no longer pursuing this. On Sun, Oct 15, 2023, at 11:37 AM, stale[bot] wrote: > > >...

Dang, thanks! Double misunderstanding!

@Antti I wonder if I could wrap the connection in a Arc and share the writes with that?

(without having to rebuild everything else ...) if you're available on IRC, ping me: gchristensen (freenode, mozilla.)

I have an implementation using the openssl crate version 0.9.x here: https://github.com/Antti/rust-amqp/pull/59

Yeah, I found that to be true quite quickly :( I used a different approach.

I should have done this as a review, sorry. In the C++ I'm seeing a lot of in-place complication. Would it be possible to clean up the campsite a bit,...

I also wonder if there would be anything interesting in tests for: 1. requesting the Builds page. It is fairly easy to test controllers using https://github.com/NixOS/hydra/blob/master/t/Controller/Jobset/channel.t#L15-L16 :` https://github.com/NixOS/hydra/blob/master/t/Controller/Jobset/channel.t#L36 2. what...