Samuel Reed
Samuel Reed
Errors like https://travis-ci.org/danielstjules/mocha.parallel/jobs/424397432 in CI are very difficult to debug. With power-assert, we get the actual assertion we were trying to match and the value of each var used inside...
This appears to have been a typo. Manifested in a pretty odd way, with this error in another lib: ``` Error: Missing current test, cannot make snapshot at snapshot (node_modules/snap-shot-it/src/index.js:87:11)...
See [react/#812](https://github.com/facebook/react/issues/812). Naive benchmarks show nearly 100% performance increase in server rendering performance. Benched and built on 0.14.3 tag. Sizes: ``` raw gz Sizes 1189 635 build/react-dom-server.js 725 438 build/react-dom-server.min.js...
Adding https://github.com/GoogleChrome/puppeteer as a target (easily installable via npm) should make this work out-of-the-box in most dev and CI platforms.
Flow is able to handle cyclical imports, but once these type imports are reified into real imports, it can cause problems in real apps. For example: `A.js` ``` js import...
Adds left and right arrows which will change `vehicleIdx`. This is not very graceful; user feedback isn't immediate and could use some work. But it does persist the index between...
Fixes #485. Also closes #491, #477.
Without using `load:defaults`, I found it impossible to override the default options in capistrano 3.1. This was changed in [capistrano#605](https://github.com/capistrano/capistrano/pull/605).
This mirrors support in [express-session](https://expressjs.com/en/resources/middleware/session.html#cookiesecure) where we look at the value of req.headers['x-forwarded-proto'] to automatically determine if we should set Secure. This provides the developer with a safe way of...