Joe Brown
Joe Brown
I am using stats.js in a react project. This means I do not want stats creating dom nodes. This PR lets a user configure the stats style string, as well...
I use Flask-Beaker, which depends on beaker. Flask-Beaker does not specify a beaker version, and I recently ran in to issues with the beaker it installed. I am also running...
My page contains a mergely-editor dom element which has a position of `{top: 42, left: 0}`, causing all of the canvas draws to be 42px too far down. Because of...
**Is your feature request related to a problem? Please describe.** I noticed while doing some network monitoring, that the PIA client on OSX will run latency ping checks about once...
Cannot specify plugins that are written with strict mode classes: ``` js 'use strict'; class MyPlugin { constructor () {} apply (compiler) {} } module.exports = MyPlugin; ``` ``` /project/node_modules/webpack-configurator/lib/resolve/plugin.js:8...
My process fails to connect to a memcache server in test logic, then the process hangs. I am calling `memcached.end();`, but the process still hangs. After debugging with node debugger,...