Anson Kao
Anson Kao
I had my `infuraId` stolen, and they exploited the key for all request capacity they could get. I was able to swap in a brand new `infuraId`, but they can...
I discovered the following CodePen which works in IE10+ on BrowserStack: http://gaboesquivel.com/blog/2014/in-place-editing-with-contenteditable-and-angularjs/ What's the reason this repo can't achieve similar compatibility?
This change allows the possibility of doing `key('ctrl', function(){ ... });` which the prior logic would actually interpret as `key('c', function(){ ... });`
Without this fix, eslint doesn't catch all sub-directories recursively. See https://stackoverflow.com/questions/54165756/eslint-glob-is-not-considering-all-directories-recursively
Great boilerplate! However, it doesn't run correctly unless `.env` has been set with values. Updating the instructions to save the debugging for others.
gzip breaks Content-Length and makes downloads slower. Content-Length is expected by the progress-bar logger in download_file()