Jonathan Counihan

Results 6 comments of Jonathan Counihan

Hi, @mbest, @Topener and @rniemeyer, One this that seems to be missing from the current solution I was using based on @mbest original suggestion (or this guy from SO: http://stackoverflow.com/a/18184016/1074592)...

@cervengoc Thanks for your comments! You are indeed correct! I use this snippet quite a lot, so I should really test it better next time :) Here is an updated...

Awesome, thanks @mbest! As long as the community can persuade you to write a function they need/want, I think I'll just leave it to you guys! ;)

I know this is an old issue, but using knockout 3.1.0 and icheck v1.0.2: ``` javascript ko.bindingHandlers.iCheckBox = { init: function (element, valueAccessor, allBindingsAccessor, viewModel, bindingContext) { var $el =...

Hi @odiego, sorry my bad! In my original snippet there was no check to see if you were using the enable binding as well. I have fixed it in the...

I have the same issue with the SQL storage - there are always 10 jobs in the counter but nothing is enqueued. .NET 4.6.1 Hangfire 1.8.6 Hangfire.Core 1.8.6 Hangfire.SqlServer 1.8.6....