Johannes Emerich

Results 16 comments of Johannes Emerich

> I think you can do this already by defining the column with the decreasingOrIncreasingBy sorter, no? Close, but not quite. The order will be as expected, but the descending/ascending...

Thanks for working on this! I am also interested in getting the PWA to be standalone, as this allows the app to continue to work when Safari is disabled (I...

Do you mean a stop signal sent via HTTP? I think that might be a neat idea. First, though: How do you include Stubb in your test setup? Do you...

For some reason I had assumed you were working in a Ruby environment. Since you are not, disregard my second hint. Let me know how it works out with handling...

Your grunt task works for me. It seems that the stubb executable [can not be found by your system](http://tldp.org/LDP/abs/html/exitcodes.html). Can you run `stubb server` in the command line? Are you...

Does the equivalent code work for any command other than `stubb`?

Interesting. I have to say that I have never tested Stubb on Windows. Can you curl the server if you run `stubb server` directly from a prompt?

Would also be nice to have some amount of randomness. For example, if `delay` is an array `[3000, 5000]`, the delay would be some random time between 3000 and 5000...

Cool, thanks for sharing! Maybe there is actually no need for this as a dedicated feature then. Or if a feature needs to be added, it might be to allow...

That should be from using `rackup`, which adds the linter middleware. If you can, work around it by composing Stubb and rack-delay differently. I will try to push out a...