Scott Gilroy
Scott Gilroy
@kevinburkeshyp @kevinburke Could you please sign the mocha [Contributor License Agreement](https://cla.js.foundation/mochajs/mocha?pullRequest=3776) so that your commit can be accepted as part of this PR? Thanks!
I recreated the branch by cherry picking the commit from [email protected], changing the author to [email protected]. Looks like the license/cla check is passing now.
@boneskull Capturing timing details on `stats` sounds desirable, and using a new or modified reporter to then see the complete timing information would potentially address many use cases. However, I...
@boneskull I'm looking for some feedback on my response to your concerns so that I know how to proceed. As I stated I'd like to figure out a path to...
@boneskull I don't understand why you are asserting that "Making any built-in reporter report this information is going to be semver-major". The modified behavior is only effective if the option...
@boneskull @Nokel81 I created a PR https://github.com/mochajs/mocha/pull/3776 (based on https://github.com/mochajs/mocha/pull/2244) which introduces an option `--time-setup` to include the duration of `beforeEach` hooks in the duration of each test. I have...
We also ran into this when attempting to upgrade from an older version of restify. We use the following pattern (which is working effectively in restify 6.4.0) to register routes:...
@matteofigus Yes, I agree that would accomplish what I need and would be more flexible. I have changed my implementation here: https://github.com/TwineHealth/grunt-api-benchmark/commit/ae65a9e13832acf37d6bcfcb0c5f01f6ccb982ec
@bamidei It might be helpful to include more details about the [test failures](https://travis-ci.org/florianholzapfel/express-restify-mongoose/jobs/433208741) and a link to [the tests themselves](https://github.com/bamidei/express-restify-mongoose/blob/call-next-from-prepareOutput/test/unit/middleware/prepareOutput.js). ``` 1) prepareOutput calls outputFn with default options and no...
For @correasebastian or anyone else struggling with this: In general a link with a custom scheme is problematic in other apps because it may not get treated as a URL,...