Jake Champion
Jake Champion
Hi @Nickinthebox - thanks for the pull-request, the tests for this are running at https://github.com/Financial-Times/polyfill-library/actions/runs/1875430851
@Nickinthebox The tests for Chrome 42 and lower are failing on this pull-request - https://github.com/Financial-Times/polyfill-library/runs/5272168306?check_suite_focus=true Would you be able to look into resolving those at all?
> This is weird because the fail of tests are on other polyfill. > > For example, in the logs I see: > > ``` > 2022-02-21T10:13:11.5367221Z Failures:�[39m�[22m > 2022-02-21T10:13:11.5370279Z...
Is someone able to create a small reproducible test case (on https://jsbin.com or similar) for me to work with?
Is this still an issue people are seeing?
Yes, we could add https://github.com/wessberg/pointer-events but I can't see which browser versions it supports
There is no need for a plugin anymore with webpack 2 -- https://github.com/webpack/webpack/issues/2324#issuecomment-209261160 ```js { modules: [path.resolve(__dirname, "app"), "node_modules"] // (was split into `root`, `modulesDirectories` and `fallback` in the old...
Would this be the correct change? Make these `net.connect` calls take a custom lookup function and default to dns.lookup otherwise? https://github.com/nodejs/undici/blob/2b56a548083d9bc44f89962459ee6325c38742d5/lib/core/client.js#L871 Are these other places that would need to be...
@benzvan in your current workflow, is this the command you are using? `fastly dictionaryitem batchmodify --dictionary-id $dictionary_id --file dictionary_items.json`
@caridy Would running this against all the browsers that the polyfill-service target for this polyfill help to get it published?