Joe

Results 38 issues of Joe

Would be good to add an option to not generate verify.html and source-font.ttf files

In the setup.js file, what is this doing? `documentRef = document;`

Hi, I'm not clear on how to use this package. Does the callback function get fired once the idle state is reached? When using the `timeout` option, is it that...

As per this article, should this be using setTimeout instead of SetInterval? https://techoctave.com/c7/posts/60-simple-long-polling-example-with-javascript-and-jquery

We are looking at intercepting the LOCATION_CHANGE action in middleware to decide whether to redirect or not: ``` import { LOCATION_CHANGE } from 'react-router-redux'; import { getBasePath } from 'src/services/metadata/reducer';...

I have installed this package and added the require statement like so: ``` const app = express(); app.use(require('express-status-monitor')()); ``` but I end up getting forwarded to my 404 page. I...

After requiring this package as per the instructions, I am getting: `Unable to resolve module 'events' from '/Users/myName/AwesomeProject/node_modules: Module does not exist in the module map ...`

**Library Affected**: *workbox-webpack-plugin* **Browser & Platform**: *Was found on Chrome v51* **Bug**: I am using this plugin like so: ``` new GenerateSW({ babelPresetEnvTargets: ["last 4 versions", "safari >= 7"], cacheId:...

Developer Experience
workbox-webpack-plugin

Is there a way to prevent the scrollbars opacity from changing when the cursor exits the content area?