Chas Emerick

Results 63 issues of Chas Emerick

Should be able to pull in [crypto-password](https://github.com/weavejester/crypto-password) for this, perhaps using it for Friend's bcrypt support as well. /cc @abedra

Friend recommends bcrypt (+ HMAC given #108), but it should make it easy to use and migrate existing (hopefully hashed) credentials from prior authentication regimes. Methods to support for verifying...

Friend should support HMAC in conjunction with any other credential function; obviously starting with the bcrypt that is currently shipped. Appeals to authority include @abedra's friendly [evisceration of typical Clojure...

As soon as ring 1.3.0 is released, bump friend's dependency accordingly in order to fold in ring-clojure/ring#139, which defaults session cookies to be http-only.

Now that Leiningen can deploy to Maven Central, there is no reason for rummage to use Maven anymore. `project.clj`, please.

e.g. http://code.google.com/p/simpledb-dev/ Rich's original implementation had instructions about this. People have asked questions about how to configure rummage to use such things.

Suggested by Stuart Halloway: https://gist.github.com/941517

All of rummage's functions expect to receive a domain name as their second argument (with the exception of `select`, in which one names the domain in the query itself). This...

e.g. `heroku run cabal repl` fails. Starting `bash` works fine of course, as does just running the executable built and included in the slug. Any ideas?

Example: ```hs > simulate (register 8) [1, 2, 3] "[8,1,2,3*** Exception: X: finite list ``` Absent the background/context, this output looks like something's gone wrong. Per @christiaanb in irc: ```...