Matt Dwyer

Results 3 issues of Matt Dwyer

Using the Intl polyfill on Android 4.4 does not work (Intl.PluralRules specifically) because the Chrome version for Android 4.4 (v30) does not allow for `window.Intl` to be assigned. Could `window.Intl.PluralRules`...

…tl object is read-only The issue can be reproduced in Android 4.4 on Chrome version 30.

# 🐛 Bug Report: ### Describe the bug I am running the CLI as part of a Bitbucket pipeline in a Docker container. The v7.2.0 update broke our pipeline because...

bug