Pablo Fernandez
Pablo Fernandez
It would be nice if it supports more than one OpenID per user, so people can enter alternative ones.
The README refers to version 2.1.3 but the latest release seems to be 2.1.0: https://clojars.org/clj-redis-session
The text part of link_to is not being escaped when it's not a safe string. The following snippet triggers a popup: ``` ``` Thanks.
The result of calling the helper debug is not being marked as safe: ``` ``` Shouldn't it be marked as safe?
…he users of the library.
It seems the default ssl context get cached on class loading while changing the default ssl context is a valid way of adding key stores to be used in all...
I think it would be cool if Devise could have endpoints be in API mode and in those cases all the endpoints that just show a form should not be...
Hello, When I click cancel in the Twitter or Facebook login or auth pages, I get redirected back to my app and OmniAuth throws an exception (that obviously I can't...
I've configured ModiTect to generate `module-info.java`s for all my dependencies (that don't have them) and that seems to be working; but when it comes to dependencies that do have them,...
I added this to my project: ```xml org.slf4j slf4j-log4j12 1.7.25 module slf4j.log4j12 { exports org.slf4j; } ``` but when I try to run jlink on it, like this: ``` "C:\Program...