Clément Delafargue
Clément Delafargue
Also, this is the first *real* issue opened with `gli` on a github repo. Yay! \o/
I'm not using gitlab anymore, so I don't have an easy way to test. Can you try updating the gitlab dependency? On Tue, Aug 21, 2018 at 11:49 AM, Alexandre...
That could be nice. I'm not using cliparse-node any more, so I could transfer ownership to you if you want. You just have to promise me you won't add crypto-money...
`Key` / `NoKey` does not improve readability compared to `Maybe Key` imo. Is there a canonical name for when the operation is ran without a key? (eg deterministic or something)....
Snapshots don’t contain sensitive cryptographic material, as they are built after signature verification. The only cryptographic material they contain is public keys from `trusting` annotations. As such you cannot turn...
Stating this clearly in documentation would be a good idea indeed.
Maybe we can keep the biscuit-auth types as newtypes if we want to avoid orphan instances. (It depends on where the traits are defined ofc).
Are you ok with the error span being on the whole rule instead of just the head for head variables? Also for checks & policies, it will require a bit...
Hi, this looks similar to an open PR in biscuit-go https://github.com/biscuit-auth/biscuit-go/pull/130 The token format still requires to have access to the private key for non-authority blocks, but I think that...
I think i have found a way to have closures in the stack machine. Laziness is trivially implemented through closures, so this PR might be closed soon.