Nathan
Nathan
Unify the Bogart story for authentication by creating a unified middleware (Vault) that has strategies for google+, facebook, and standard forms authentication.
Pull Request: http://github.com/nrstott/browserjs/commit/9df31566c20380932b61265be0bd1acd6a535953
tlrobinson said: While we're at it we should try to solve the OpenJDK problem once and for all. I have yet to find a combination of Rhino and the -Xbootclasspath/p:...
Pull request: util_refactor branch is here: http://github.com/nrstott/narwhal/tree/util_refactor
Here is the fix: http://github.com/nrstott/jack/commit/18e73ba3e5fc976bc3252978395783a6bc89e2f0 I also greatly simplified the algorithm while I was at it. This bug would occur when you had a text area with "line break" in...
if the path to the configuration module is specified via an absolute path such as c:\myapp.js, jackup considers this to be a relative path and prepends File.cwd() to it: ```...
Shouldn't have to kill the process to stop it. It should be able to be stopped by a signal on unix or by a command sent to a port other...
need to check in encodeMultipart to accomodate arrays that have had functions added to their prototype
When a non-form-encoded content-type is present, the body in Request should not be parsed as though it is form-encoded.