Christopher Hiller
                                            Christopher Hiller
                                        
                                    So [Gemnasium](http://gemnasium.com) has this thing where it can automatically upgrade your packages for you via pull request. I believe this is free to do for 2 packages.  _Theoretically_, then,...
This gets my tests passing under NodeJS v.0.11.14. Before: ``` /Volumes/samara/projects/boneskull/angular-types/node_modules/angular/node_modules/jsdom/lib/jsdom/level1/core.js:553 Array.prototype.splice.call(this._childNodes, refChildIndex, 0, newChild ^ TypeError: Cannot set property length of [object Object] which has only a getter at...
Here's the end of trying to build `WiFiScan` example using the `1.6.4-673-g8cd3697` board definition: ``` /Users/boneskull/Library/Arduino15/packages/esp8266/tools/esptool/0.4.4/esptool -eo /var/folders/d4/vrj66_rs375gh9_33xr9bnv80000gs/T/build7455700842258194699.tmp/WiFiScan.cpp.elf -bo /var/folders/d4/vrj66_rs375gh9_33xr9bnv80000gs/T/build7455700842258194699.tmp/WiFiScan.cpp_00000.bin -bm qio -bf 40 -bz 512K -bs .text -bs .data...
Would you be willing to entertain support for custom streams? This will give users more control over handling output. For example, I'd like to pipe the `--progress` output to another...
Hi, First, this is a great idea. Having the ability to provision a Pi in via a GUI will save time for many. But provisioning tools already exist. And there...
This seems like a good idea. Why is it limited to client-side code? Can I configure Angus in a way that would allow me to use it for NPM libraries...
I want to use the JS loader for files without extension. Before v6: ```js import cosmiconfig from 'cosmiconfig'; cosmiconfig(namespace, { loaders: { noExt: cosmiconfig.loadJs } }); ``` After: ```js import...
BREAKING CHANGE `Mocha#run()` was orchestrating if and when to run global setup/teardown fixtures, but `Mocha#run()` must be called after test files have been loaded. This is a problem, because: 1....
Mocha v6 now has [configuration file support](https://mochajs.org/#configuring-mocha-nodejs). Originally, I had hoped this system could work more like [ESLint's](https://eslint.org/docs/user-guide/configuring), where e.g., `.mocharc.json` files could exist in multiple directories and affect only...
We have decent coverage in *most* places now. The glaring exception is the HTML reporter, which is completely untested. Add tests for the HTML reporter. This will necessitate likely some...