Clément Delafargue
Clément Delafargue
Hi, I'm wondering if the project is still active and what's its roadmap.
Starting between `dhall-1.32.0` and `dhall-1.34.0`, having a record field named `assert` causes the following issue: ``` ❯ echo "{ assert = 1 }" | dhall # dhall 1.40.1 dhall: Error:...
This is purely a cosmetic consideration, but one that has the potential of improving understand-ability of generic capabilities in servant. Here's how the cookbook showcases generic support in servant: >...
Right now, both extensions are included in the forwarded requests. I think it'd be better to have it configurable. Quite low priority, but still a good thing to have.
Some old parts of the API are still there and might not be useful anymore (they mix somewhat arbitrary high-level datalog idioms with library-level code). I think they can be...
Right now, aliases are used to select an application among the linked application. A possible replacement: - remove `--alias` - replace it with `--application`, which can be an `app_id`, the...
The goal of this PR is to adress a use-case that is not currently covered by servant: query strings with dynamic parameter names. `QueryParam` and its friends are super useful,...
It is possible to statically determine which variables are bound, and which are free. Since scopes can't be nested, free variables cannot exist. This PR detects such cases during token...
Every variable that appears in expressions should be introduced by a predicate. I'm not 100% sure the implementation explicitly checks it before evaluation. This is not a big issue because...
All the plumbing is done, the (big) part missing is key serialization: cryptonite does not support - compressed SEC.1 encoding for public keys - full PKCS#8 encoding for a keypair...