James Ide

Results 50 comments of James Ide

Work in this repo appears to have stopped -- the most recent work on JSC for RN Android was on this repo: https://github.com/SoftwareMansion/jsc-android-buildscripts. That's where work for new versions of...

Ok thanks. FTL seems like it could help because RN apps are longer-running than most mobile webpages. Just a guess.

@kmagiera Thanks for the verification. If you gather data about performance with the DFG and FTL (1000 runs I believe) I would be interested in seeing it. I expect there...

One of the engineers who works on WebKit says about the different JIT modes: "When verifying perf, make sure they really run. FTL only runs if it can successfully load...

That naming proposal mostly makes sense to me. I prefer a flag other than `--deep` like `--pack` (as in `yarn pack`) or `--publish` since part of the RFC's intent is...

This could have to do with the ESLint version -- try v5. I'd recommend investigating further, though.

The main advantage I see is the reduction in transactions, but we could perhaps get that with explicit BEGIN/COMMIT or START TRANSACTION in our DataLoader.

The fix in https://github.com/expo/expo/pull/18272 will be released with the next SDK (SDK 47) coming this fall.

There will be a beta but I don't think there is yet a date announced. When the beta is available it will be announced on blog.expo.dev.

rshell has about 30 lines of heuristics for autoconnection that work pretty well and may be worth borrowing: https://github.com/dhylands/rshell/blob/b87878c01aa02d6cd871ff4666983dee5584af16/rshell/main.py#L227-L254