Moos
Moos
``` Error: Cannot find module 'parcel-bundler/src/assets/HTMLAsset' at Function.Module._resolveFilename (module.js:548:15) at Function.Module._load (module.js:475:25) at Module.require (module.js:597:17) ... ``` Version 0.1.2. ``` $ npx parcel -V 1.12.4 ```
Chrome: Version 39.0.2133.0 canary (64-bit) I'm getting the following console log after the archive page loads. ``` Denying load of chrome-extension://ihkkeoeinpbomhnpkmmkpggkaefincbn/pages/proxy-content.html?124. Resources must be listed in the web_accessible_resources manifest key...
Version 39.0.2133.0 canary (64-bit). Archive list loads fine. Clicking an archive, momentarily loads the page then gets "aw snap!". Nothing in the log file (running with `--enable-logging --v=1`). Traced it...
Chrome: Version 39.0.2133.0 canary (64-bit) I'm seeing this in Chrome 39 -- but may be happening in earlier versions as well. ``` "Uncaught ReferenceError: webkitNotifications is not defined", source: chrome-extension://ihkkeoeinpbomhnpkmmkpggkaefincbn/scripts/background.js...
## Issue description Working on a mounted drive runs into [chokidar issue](https://github.com/paulmillr/chokidar/issues/564) and does not detect changes. The `usePolling` chokidar option fixes this. It'd be great if a `watchOptions` param...
## Issue description Under calling params: - `ignore`: should be a an **array** not a comma-separated string, e.g., `['scss', 'my/templates']` - `ignorePattern` is missing. Also an array. - `watch` is...
Create React Apps have the [nifty feature](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-development-environment-variables-in-env) of getting environment variables either from the shell or `.env` files. These are then resolved and baked into the JS bundle by webpack....
✔️ Pass an object: ``` _.reduce({a: 1, len: 3}, function(memo, v, k) { return Object.assign(memo, {[k]: v}); }, {}); // => Object {a: 1, len: 3} ``` ❌ Pass an...
@typedefs or @global are placed in global.html. But there is no link to it from the nav pane.
When I saw the [loadAll()](https://github.com/luanpotter/audioplayers/blob/master/lib/audio_cache.dart#L70) method in Audio Cache, I got excited that I'd find a `playAll()` method as well. Alas, it was not to be. After spending some time...