Clément Delafargue

Results 72 issues of Clément Delafargue

Currently, the haskell and rust implementations (amongst others) produce an error on the following expression: `1 == true`. While this makes sense to refuse this expression in a typed language...

[Webauthn](https://www.w3.org/TR/webauthn-2/) is a specification describing an API allowing the use of public-key-based credentials by web applications. It is compatible with FIDO U2F. The keypair themselves can be stored on a...

Currently, datetime values only support comparison operations, which is useful for TTL checks. Adding support for structured access to datetime components would be useful for other kinds of checks (eg....

While [biscuit-servant](https://hackage.haskell.org/package/biscuit-servant-0.3.0.0) provides biscuit support in servant, not everybody uses servant (shocking, I know). This middleware is based on the same ideas: - token extraction & parsing can be done...

This is an umbrella issue for the support of the v3 spec in biscuit-go ## Prep work - [x] provide convenience APIs for parsing whole datalog snippets (to implement parsing...

I've started working on support for encoding values, with the int64 as a starting point. The API I'm going with is: ``` rust pub fn encode(writer: &mut W, schema: &Schema,...

I'm trying to install postgresql-simple on a docker archlinux image, but it fails with ``` ghc: panic! (the 'impossible' happened) (GHC version 7.8.2 for x86_64-unknown-linux): attempt to prod-split usage call...

For now only `open` issues are listed for github repos, even when `--filter closed` is specified (it displays a warning, though).

bug