Kent Willis

Results 4 comments of Kent Willis

I had to write a work around in my code: ``` var limiterCreator = require('express-limiter')(app, client); function recreateLimiter(opts) { return function() { var limiter = limiterCreator(_.extend({}, opts)); return limiter.apply(this, arguments);...

Thanks for the reply! I'm side-eyeing this project as a possible solution... https://github.com/vmolsa/webrtc-native

Upgrading to the new, currently still managed project fixed this: ``` it.ozimov embedded-redis 0.7.2 ```

I am experiencing the same issue. There is another bug: https://github.com/firstopinion/formatter.js/issues/52 that is related to this issue. I would agree that this is an important bug fix in order for...