Adam Hoddinott

Results 5 issues of Adam Hoddinott

I've had an issue in a particular version of nwjs (v0.44.1) which comes bundled with chromium 80.0.3987.87. Some stars seem to align in this version only, and it's seemingly possible...

bug

Part of my package.json: if some of these don't exist, the watcher complains that the value doesn't exist. I had to read the source code to figure out where this...

bug

This is in the test project: - Ran `gulp watch` - `jspm install npm:react` - add line `import React from 'react';` Get the following error: ``` [BS] Reloading Browsers... [15:36:36]...

bug

This was something I really wanted personally, as it helps flow. I managed to make it work really simply by just using the same chokidar internals: ``` const watcher =...

enhancement

This happens to me pretty much any time I change jspm.config.js data (whether it be by editing meta data, or resolving dependencies). I'm using jspm 0.17 which may or may...

bug