Dossy Shiobara

Results 106 comments of Dossy Shiobara

Okay, so I did the right thing setting `job_memory_max` to `0` in the `config.json`, then - thanks.

Is it worth turning this issue into a request to make the default for `job_memory_max` be `0` like the other `job_*` config settings (`job_memory_sustain`, `job_cpu_max`, `job_cpu_sustain`, and `job_log_max_size`)?

I can totally see how setting a "sane" default for `job_memory_max` can help people avoid unintentional run-away tasks that are executing, but given that the UI makes it clear you...

> Lastly it seems to be a regression as version 29.4.0 behaves nicely in my case Vercel CLI 28.18.5 works as expected for me, while 30.2.1 is broken. Why does...

Since this issue was opened in Sep 2014 and it's now Oct 2017, I'm guessing there's not much interest from anyone who's using `nodeunit` - I only recently started using...

@mreinstein - Thanks for the tip - I noticed that `nodeunit` even depends on `tap` ... but the reason why I'm choosing to use `nodeunit` instead of `tap` - I...

I just wish `qunit` didn't have a net 180+ package dependency tree including compiled binary packages. :-(

@mreinstein - Indeed. Unfortunate that TAP deviated from the `expect()` method name, made it less obvious to find. Anyway, I suppose we should take this discussion to email or some...

FYI, for anyone who stumbles upon this issue in the future, looking for `nodeunit` support in `browserstack-runner`, see my PR: [Add support for nodeunit. PR#188](https://github.com/browserstack/browserstack-runner/pull/188).

I just ran into this issue, so I submitted PR #363 to fix it. Feel free to use that until it gets officially merged and new Docker images are uploaded.