Clément Delafargue
Clément Delafargue
Right now the error display is a bit crude: ./subcommands.js number add AA BB int: invalid int: AA int: invalid int: BB ``` Usage: testCli number add INT INT add...
The zsh completion support is currently using zsh's bash completion compatibility layer and does not use zsh's completion support to its full extent. There is a WIP in the zsh-completion...
Third-party blocks should be completely isolated from the rest of the token, as the third-party has now way of assessing the consistency of the provided public key table with the...
This allows using external functions in datalog. This makes it easy to provide custom logic without extending the spec for every use-case, at the expense of portability: behaviour is no...
- [x] new signed block versions - [x] new signature for 3rd party blocks - [x] null - [x] heterogeneous equals - [ ] closures - [ ] typeof -...
`biscuit_auth::builder` features a few functions aimed at making it easier to create datalog code (`rule`, `check`, etc). These helpers are a bit behind in terms of language features (eg `check`...
Continuation of #302 The goal is to: - remove the possibility of passing a public key where a term is expected - remove `ToAnyParam` in favor of `Into` for simplicity...