Clément Delafargue
Clément Delafargue
Hi, thanks for your answer. I don't have immediate plans for contributions but I wanted to know where to direct efforts in that case. Cheers, Clément On Mon, Sep 4,...
Hi, can you squash the commits modifying the pom.xml please? Other than that, looks good to me.
Oh I get it now. So the original file where the field is declared indeed uses backticks (it's a purescript package set, which i've not authored), but our CI uses...
Sure, it's purely for documentation purposes: when I hit this failure and narrowed it down to a couple releases, i went to the changelog to see if something was mentioned...
From what I understand, the import errors are handled directly by `IO` as exceptions (`throwMissingImport` has `MonadCatch` constraint, and the actual monad in which imports are resolved is `StateT (Status...
Hi, speaking as a happy generalized auth user, i've never used servant-auth, and never had the need to come up with custom combinators, so here's my question: is the generalized...
Just to make sure, you mean support for Chunked encoding trailers, right? (section 4.1.2 in RFC7230) On Thu, Aug 24, 2017 at 6:04 PM, Mathieu Poumeyrol wrote: > Footers are...
Is this still allowed?
I think `allow_all` would make it a bit clearer that it's a catch-all
i guess my point is: i think we should favor using the datalog syntax as much as possible over the builder syntax, so imo, `authorizer!("allow if true");` would be better...