Graham Mueller
Graham Mueller
In the Mocha adapter, there is a block that hijacks the mocha.run ``` mocha.run = function (finishCallback) { oldCallback = finishCallback; console.log("waiting for blanket..."); }; ``` Later, in the beforeStartTestRunner...
Apple has introduced a file size limit as of iOS 9.3.1, 128kb, which should be checked for by the validator. [Reference doc](https://developer.apple.com/library/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html)
Hi there, I've been enjoying your package in sublime so far, but ran into an issue today where I have a file comparison where indentation was added across the whole...
Sorry if this is another noob question, but I'm really struggling to piece this together from your example page, docs, and example files. [Same demo](https://jsfiddle.net/shortstuffsushi/a8k941xm/5/) Notice that if you collapse...