Andrew Baxter
Andrew Baxter
Ah okay, makes sense. Thanks!
In Nix, I think the Cargo package wrapper uses patchelf to change dynamically linked paths to the correct place on the built system. I think this essentially operates on the...
The ACME document didn't refer to any other spec so I think it's a coincidence, but I guess if one protocol needs a nonce there are probably others that do...
Right, thanks, I saw that! To be clear, that page has none of the above information AFAICT. The specific request in this issue is to document this (ideally in that...
Okay, I guess this is because of bottom up evaluation - `x` is evaluated first with something like "for each state in hos, produce a row with the count of...
Actually ``` { ?[a, b, c] c} } { x[a, b]
This works ``` dummy_null[n]
https://github.com/andrewbaxter/fork-jsonwebtoken/pull/3 targeted at the acme/jws branch
I just found the `backtrace` feature in `proto` - I guess the idea is that would provide context in debug builds. I actually went through the documentation before posting this...
It looks like there actually is context associated with `io::Error`, but it's discarded when converted to `ProtoError` (only `kind` is kept).