Eli Black

Results 62 comments of Eli Black

Okay, thanks :) That's pretty much what I figured: It seems like it'd be difficult to keep backwards compatibility, among other things.

@mcschwa Done! :) PR https://github.com/developit/mitt/pull/212

@mcschwa BTW, it looks like I'm not using this package in my project, so I wasn't able to test these changes. It'd probably be smart to test these changes with...

Another good candidate for v2: https://github.com/sindresorhus/ky/issues/732 (Returning `null` instead of `''` for `.json()` on 204 response)

@uasan If you have time to open a PR, I'd be interested in this :)

Cool, thanks! :) Apparently `sideEffects` can also take an array of files that contain side effects, so if you want to do this for Babel 7, you could do something...

You need to use Git LFS for large, binary files (such as the one for Yarn's PnP feature)

Duplicate of https://github.com/react-native-modal/react-native-modal/issues/781, I think :)

I'd just like to second @JakeShirley's use case: We have an app that's failing submision to the iOS store. Our app was built with React Native Expo, and we don't...

@s-shestakov BTW, I tried out the [BugSnag Apple Crash Report Uploader](https://github.com/bugsnag/apple-crash-report-uploader), and it looks like it supports uploading `.crash` files but not `.ips` files: https://github.com/bugsnag/apple-crash-report-uploader :)