Kent Willis

Results 8 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...

@inctor I'll write up a guide in the next 15 minutes or so and update the service to the one I'm currently using as to remove some of the original...

# SwalService Here is the code with only jquery as a project dependencies other than sweetalert: ## The Code ``` var SwalService = function(options) { this.pendingSwal = []; if (options...

@QuakePhil do you mind posting the sequential swalService.swal invocations?

@koullislp I'm glad it was useful :) Do you mind posting your modifications? I'll update my original post after taking a look at it.