Kulbir Saini

Results 3 issues of Kulbir Saini

It'd be nice if the query paramater name `q` was customizable via the stimulus paramater/value HTML attribute like ```html ``` This will make it really easy to integrate with Rails...

I ran tests using `npm test` and look what I have. Now I got to clean them up manually :cry: ![Rethinkdbdash Test Databases](https://cloud.githubusercontent.com/assets/127315/9402067/2903f716-47f6-11e5-9328-e5b8ebe6077c.png)

hygiene

Example code to reproduce this. ``` javascript 'use strict'; var Bull = require('bull'); var queue = new Bull('test', 6379, '127.0.0.1'); queue.pause(); queue.add({ name: 'first one' }); ```

bug