Jake Champion
Jake Champion
The changes to the implementation have been applied in master: > Array operations no longer use ToUint32. Instead, they use ToLength which makes much more sense. > -- https://github.com/paulmillr/Array.prototype.find/blob/master/implementation.js#L8 >...
Is it worth updating this PR?
@mdittmer I will look to get this added into https://github.com/Financial-Times/polyfill-service for you :-)
> Hey! 👋 > > The library `octonode` installs `bluebird` and `request` packages. > > Since `request` is deprecated, it triggers a warning every time we install it. > It...
> Cool! Would you prefer to use the GraphQL or REST endpoint? `@octokit/rest` is preferred as we use it in other projects already
> It seems that tests are deeply linked to the implementation. > So I'll also need to rewrite all of those. > > What do you think if we use...
@rwjblue Excellent point, we would be willing to accept a pull-request which adds this functionality, if you wanted to add it :-)
@GlynnPhillips, I've made this issue to track your feature request 👍
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...