Results 114 comments of Emily

That seems like a reasonable approach; in my integration registration is performed separately to the ACME client so compatibility isn't a big concern, but I agree it's a relevant consideration....

Hi there – gentle ping to see if there’s any chance of this moving forward? I arrived here from the chasquid documentation and would love to see Ed25519 support.

The normie term is [YAGNI](http://wiki.c2.com/?YouArentGonnaNeedIt). I like PL; I think all my programming is done in the future tense.

@MatthewCroughan It’s important to remember that it is in fact *not* the equivalent to `nix-shell`, even if `nix-shell` was previously used for similar purposes; the equivalent of `nix-shell` is `nix...

Right, the meaningful comparison is to e.g. `nix-shell -A firefox ''`. Note that `nix-shell -p firefox` still puts you in a build environment: `$NIX_BUILD_TOP` will be set, it always uses...

Worth noting that `:` is actually a valid character in macOS filenames on the Unix side of things; in the UI it's displayed as `/` (and naming a file with...

No idea what’s up with the failure.

Rebased to use `nix build --json`; thanks to @ElvishJerricco for the pointer! Hopefully CI will actually run this time. Note that there’s technically a race condition here in the presence...

Also rebased for Christmas (and also no pressure to review/merge over the holidays).

Also, fixes #375 (does this work in a comment?).