Jamison Dance

Results 9 issues of Jamison Dance

It would be awesome to have some kind of middleware to pass the request and response to once the request finishes. Maybe pass in an array of middleware functions when...

This is great, but it would be even better if I could launch some missiles to destroy Flash elements.

On it

In `Cookie.prototype.set` (https://github.com/expressjs/cookies/blob/2dcb71f130a7eaafd16e71b9af70debe11d4c93f/lib/cookies.js#L69), the `signed` variable is true if `opts.signed` or `this.keys` is truthy. However, the check for whether to sign keys or not also checks if `opts` exists. This...

I installed Riemann v0.2.4 with Homebrew on Mac OS 10.9.1, installed `riemann-dash` with `gem install --no-ri --no-rdoc riemann-dash`, started it with `riemann-dash` and visited it at http://localhost:4567. It looks like...

I'm using [`apply-loader`](https://github.com/mogelbrod/apply-loader) and [`pug-loader`](https://github.com/pugjs/pug-loader). ### Actual Behavior When loading pug files, my build fails when building from the cache. The build is successful without the HardSource plugin. #### Is...

I am struggling with how to test authentication using RSpec 2.0. I can verify that authentication and signup works manually, but in my spec I run in to some problems....

feature
1 - Backlog

I am working on a node app with a directory structure like so: ``` bash ├── app.js ├── package.json ├── public │ ├── admin.html │ ├── jam │ ├── js...

If you try to tar a Uint8Array in Safari it fails, because the structure of the constructor is a little different. See the pull request.