Pol Dellaiera

Results 439 comments of Pol Dellaiera

> I can authenticate in Panther with CAS, but I am not using a bundle but rather my own Guard implementation. > > I can navigate to pages that require...

> @drupol no, I've found it is not. The CAS protocol is very simple and easy to implement (at least on the consumer side). My coworkers who are depending on...

> all good, thanks for the recommendation > > EDIT: I see you're the primary contributor, nice! Thanks for the FOSS offering. You're welcome! I developed this bundle for the...

The Haskell implementation of `On` is `const on = curry((f, g, x, y) => g(f(x), f(y)));`. However, I would not use the comma to separate the terms, I would rather...

You're right, my comment was wrong. I updated it. The correct implementation is: `const on = curry((f, g, x, y) => f(g(x))(g(y));`

What's the status of this PR ?

@keradus or @dmvdbrugge Could you help with the failing test on Travis ? I don't think it's related to this pull request. Thanks.

@SpacePossum Do you have the opportunity to review this ?

Working on this for the `#EUFOSSA Hackaton` initiative. More info: https://ec.europa.eu/info/news/co-creating-future-open-source-eu-fossa-2-hackathons-2019-mar-21_sl

I did a force-push to rebase the branch against latest 2.12 branch, nothing has changed since the last review.