Jordan Kasper
Jordan Kasper
Hmm... This is tricky, the issue is that the `setTimeout` call is only used when `responseTime` is provided, otherwise we just call the underlying (original) `$.ajax()` method and it takes...
Ooooooooh, yes. I like that idea. Returning a wrapper with a couple helper methods. Let me think on this and I'll suggest a format in here.
I would argue that we make it mostly functions versus properties, that way we can change implementations later. But what you have so far is a good start: ``` javascript...
Great idea! I'm super busy on other things right now, but I'd like to implement this at some point. It needs to be done carefully, however, so that it doesn't...
Definitely an interesting feature that we hadn't considered before. I'll try to take a closer look at your branch, but right off the bat I can tell you that we...
Mockjax does not currently support the new ES6 `import`/`export` module system, so this would be a new feature. Definitely something we would like to do, but for now you should...
Yeah, no idea... :) There would have to be some kind of global config (i.e. "watch this Gruntfile and/or task X") and you would have to have some kind of...
+1 On a side note... why does github not have a "voting" mechanism for issues yet?!?