Jeremy Green

Results 32 comments of Jeremy Green

This unmerged Draft PR includes the relevant patch: https://github.com/react-native-community/jsc-android-buildscripts/pull/124 https://github.com/react-native-community/jsc-android-buildscripts/pull/124/commits/fbe7e24367d4dc18affb0036cb478daf53a08684 https://bugs.webkit.org/attachment.cgi?id=381338&action=prettypatch

The fix is also in this fork of this repo: https://github.com/Kudo/jsc-android-buildscripts/pull/1 https://twitter.com/kudochien/status/1207297218408927232 Published here: https://github.com/Kudo/jsc-android-buildscripts/releases/tag/v250230.2.0 https://www.npmjs.com/package/@kudo-ci/jsc-android/v/250230.2.0 This explains why published from a fork: https://github.com/Kudo/jsc-android-buildscripts/issues/3 There was a follow up release...

We're still testing https://github.com/Kudo/jsc-android-buildscripts/releases/tag/v250230.2.1 in our app. So far, we've had enough user sessions to show that it's better than 245459.0.0 [in terms of crash numbers], with no crashes attributable...

We've still seen no crashes that we've attributed to libjsc with this build. That's for a large number of sessions.

Why not just make the separator a parameter in the UI, but keep the default as a space forever? Only people with unusual usernames need to change the default.

https://github.com/RealOrangeOne/react-native-mock/pull/158 looks like it's aiming to fix this, amongst other things.

We didn't notice this problem for a long time since it just logs some errors, it doesn't make the gradle tasks fail.

Distributing [applesimutils](https://github.com/wix/AppleSimulatorUtils) with homebrew makes it hard/impossible to set up a test server or development environment in a controlled way. I.e. I'd like to be able to just specify a...

Is moving applesimutils code into detox repo an option? Could then use the detox npm package's postinstall build script to build applesimutils too. If do that: * applesimutils is no...

I've got the reselect_v3.x.x.js libdef working in moderately large code base with flow 0.92. Had to: * Specify createSelector() return types explicitly in many cases: https://github.com/flow-typed/flow-typed/issues/2445#issuecomment-465107183. Just using types like...