Glen Stampoultzis

Results 6 issues of Glen Stampoultzis

The readme refers to a function called `register-app`... ``` (register-app name url) ``` ... however this function does not appear in the source code.

In the function `req->token` the single arity signature seems to be recursively calling itself https://github.com/pelle/clauth/blob/master/src/clauth/middleware.clj#L38. I think this is supposed to be calling into the 2 arity version. eg: ```...

Is Google federated login supported by appengine magic? If so then the documentation could really use some examples on how to use it, if not then consider this a feature...

If I follow the docs I get an error in OSX: ``` ❯ git-town completions zsh | source source: not enough arguments ``` If I write the output of the...

Is elastic capable of connecting to more than a single cluster? Based on the docs it seems like you can only specify connection details for a single cluster.

Hello, When I use flycheck-tip to display popups if I move around in a section that is marked with an error the tooltip will continuously be redrawn as I move...