wayofthefuture
wayofthefuture
On windows, long running development processes cause max buffer error, see https://github.com/1337programming/webpack-shell-plugin/issues/65
On Windows with most recent package version, I am getting a buffer stdout error: ``` [SERVICES] Error: stdout maxBuffer exceeded [SERVICES] at Socket.onChildStdout (child_process.js:328:14) [SERVICES] at emitOne (events.js:121:20) [SERVICES] at...
Any plans on implementing kinetic scrolling? Would it be hard to do?
In the newer version of Node 8 there is a file called package-lock.json. If this file resides in the directory will npmbox use this file? If not, then I guess...
When referencing a local node dependency, i.e. require('./myapp'), it doesn't search for the "main" field in the package.json, so it never gets included in the graph.
Wanted to get your thoughts on this. After you drag all of your modules around to organize them, you can save the layout, and reload for next time. So as...
We require frequent removal and additions of features. However, when frequently calling updateData, we have no promise to await even though the underlying "this._updateWorkerData()" function is asynchronous. We have a...
Since ES6, Map has made simple in-memory caching far easier, providing fast average-case O(1) access. Our previous tile cache relied heavily on O(n) array operations. This PR replaces that implementation...