Eric Clemmons
Eric Clemmons
I'm getting EONENT (or something) errors.
This would be worth documenting how to adopt it in a new vs. existing repo. I'm working on a new project (Only `initial commit` on `master` and no merged PRs...
- [x] Use nyc. - [x] Add badges. - [x] Publish results when tests pass. - [ ] Abstract `bin/if-env.js` into separate file for coverage (nyc/issues#55).
First, great project! I'm sure you saw my tweet of praise: > https://twitter.com/ericclemmons/status/681615901343399936 ### `toHaveBeenCalledWith` Anyway, having replaced `sinon` with this, I've noticed that this very readable call... ``` js...
I was able to replicate via: 1. `module.hot.accept` a file that can be successfully `require`d. 2. Make changes to the file (confirmed updated). 3. Add `require('lodash')` or any other dependency...
I just introduced this to a (personal) project and was trying to figure out how to tell if the module has actually changed: https://github.com/sidorares/hot-module-replacement/blob/834782b4ee000435c392beb46f34932b0c8c6012/index.js#L70 Traditionally, webpack generates a hash for...
I'm sure this isn't how you'd like to ideally handle this, but I'm using this project within `react-storybook` and noticed that when I resize the window, the component constantly resizes....
Projects like https://netflix.github.io/pollyjs/ let you replay when the recording exists (ideal), or record if it's missing. When working on tests/features, this behavior is desirable to having to switch `TEST_MODE` &...
This would allow the `filename` to be dynamic based on the args provided to the call.
This is a common shortcut in terminals (**and even in the Chrome DevTools!**) to clear the output. This would be very handy. I can submit this request upstream in https://github.com/kadirahq/react-storybook/issues/new...