Dustin Smith
Dustin Smith
100% agree on the manual launch. I like it, and I'll try to get to it soon. As far as the define & AMD support, TBH, I don't have a...
Thanks for taking care of this @jagandecapri - I'll merge it in this week!
Thanks for the input. I originally moved the dequeue to be after the callbacks due to a request to modify some data before dequeuing the next request. Unfortunately, I didn't...
That's weird because there isn't any difference between master and issues/15: https://github.com/Foliotek/AjaxQ/compare/issues/15
Good call - I can't remember why I made this change: `return (queues.hasOwnProperty(qname) && queues[qname].length > 0) || activeReqs.hasOwnProperty(qname);` Looking at the commit, I'd guess that something in the tests...
Sorry for the delay in response - been a busy month. What if there are multiple queues running - does it return an array of active queue names? Just curious,...
@lminhphuongtma This may be because of how big the size difference is, I've heard of other people experiencing this. We might be able to overcome it by incrementally scaling down...
@monkeymonk Croppie automatically tries to center the image when you bind to it. You can see the code here: https://github.com/Foliotek/Croppie/blob/master/croppie.js#L1130