Feross Aboukhadijeh
Feross Aboukhadijeh
@jhiesey Returning `Buffer` instead of `string` by default, making `responseType` optional (and defaulting to binary), and using new streams, would all be amazing changes!
Link to potential `http-browserify` replacement is here: https://github.com/jhiesey/httpstream (it fixes this issue)
@jdalton This was a fresh npm install, and I can confirm that lodash is in the `node_modules` folder.
Yep, works better. Getting errors on [this line](https://github.com/bestiejs/benchmark.js/blob/c588a6bc349986cfb758486c0b04e8ee256a5ebb/benchmark.js#L681) `(program):1 Uncaught ReferenceError: Benchmark is not defined` But it doesn't seem to be preventing things from working. It's just spewing in the...
Yeah. Have a look at https://github.com/umdjs/umd for snippets to use. Or, just write your code in CommonJS (node.js) style and build with `browserify -s getStats -r ./`. This is how...
1. Who is best to add? @LinusU @Divlo? 2. Just got a new personal access token (they only last for 1 year) and added it into this repo. 3. I...
This sounds like a bug. Does it occur with `standard` as well, or just `standardx`?
I will consider this for the next major version of `standard`
I think if we were to do this, we'd want to consider exposing the built in `--format` option in ESLint https://github.com/standard/standard/issues/1286 This name would conflict with the prettier `--format` option,...
Is this still an issue in the latest version of `standardx`?