Kulbir Saini
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: 
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' }); ```