Jake Champion
Jake Champion
:+1: A sane set of default blacklisted folders might be a good idea. ``` /node_modules/ /.git/ etc... ```
This issue has lessened for some of my repositories since NPM version 3 came out and defaulted to flattening the dependency tree as much as possible. However, instead of their...
This firefox extension downloads a file correctly. I got it working with YouTube Music for the nerdbar setup -- https://addons.mozilla.org/en-US/firefox/user/13769756/ Here is a video of it working -- https://youtu.be/DjPzrL6rth8
If this were to be added, it would be nice to override with a single remote. I have some repositories with a lot of remotes (Heroku applications) where I really...
Thanks for the issue @arturmuller - when using `flags=always` we also recommend using the `gated` flag. E.G. `flags=always,gated` because then the polyfills will only be applied if our feature-detection logic...
@arturmuller I can see the issue here now. To polyfill the locales we need to use our Intl polyfill, because there is no way to add locales to the native...
Perhaps a dynamically generated feature detect could be implemented for the Intl polyfills - this would require changing how feature detects are implemented within polyfill-library but it would allow for...
Could ES6 Maps be used for this instead?
[Kangax's ES6 compat table](https://kangax.github.io/compat-table/es6/#babel) shows that Babel passes all the Map tests. The polyfill is a part of [core-js](https://github.com/zloirock/core-js#map).