Brent S.A. Cowgill
Brent S.A. Cowgill
This test case will show green even when it fails: Commenting out the Baz initialize function shows a test pass. You need to change ok(false,...) in both Foo and Bar's...
I was looking at how the mixin code works. In the test case paraphrased below, If I wanted to implement a mixin where I called the Sub-class's thing before the...
Consider this constructor: 'Thing': klass( function (name, fixed) { Object.defineProperty(this, 'CONST', { value: fixed, writable: false, enumerable: false, configurable: false }); this.gname = name; }).methods({ 'instMethod': function (param) { return...
### Prerequisites - [X] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [X] Checked next-gen ES issues and syntax problems by using...
> Clearly describe the documentation issue The link to Possible Errors (and possibly others) is incorrect on the Getting Started Page It takes you to the page but does not...
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...
getSystems() It would be useful to tag/group the unit names by their SI, Imperial or other system and allow conversion toSystem('imperial') getSystems() ... ['si', 'imperial', ...] Qty.getKinds('si') or Qty.getUnits('length', 'imperial')...
So that error messages from other tools which parse the json will match up as close as possible to the source json5
This docco page: https://github.com/praveenvijayan/grunt-html-validation Has no info about where to get an explanation for the meaning of a rule violation. In contrast the csslint plugin does have this info. Would...
Been trying to write some code to test a document.location.protocol = file: but the new MockBrowser always creates a document of a specific type with about:blank as the location. If...