James Ide

Results 14 issues of James Ide

I haven't done any profiling so this is a rather generic issue, but the parser performance is rather slow. For example: ``` javascript > function benchmark() { ... var jquery...

We should take advantage of the JIT if we can. Opening this issue so we don't forget about it. cc @kmagiera @astreet

I would like to write an error handler that writes a small JS file when gulp-coffee fails. For example if `a.coffee` has a syntax error, I want to create `a.js`...

We could make mux support non-standard data structures like the ones in Immutable.js by letting people write extensions. I prefer not to directly add support for Immutable.js to mux itself...

# Why Provides a stronger and broader description of Expo, especially for rendering this content in search results for people asking this question or learning about Expo. # Test Plan...

bot: passed checks

## Search Terms default typeRoots ## Suggestion By default, when `typeRoots` is unspecified, TypeScript looks for `node_modules/@types` in the project's directory and all ancestor directories, similar to Node's module resolution...

Suggestion
Awaiting More Feedback

I looked into using `dav` to interact with my iCloud contacts so that I could programmatically add contacts to my phone. One of the first things I ran into was...

Adds backwards-compatible support for Brotli decompression for versions of Node that natively support Brotli (10.16.0+). For reference, Node LTS is soon to be 14.15.0+ only. If the version of Node...

@kmagiera pointed out: > https://github.com/ericvicenti/navigation-rfc/blob/fc3d05e960239cd4180ee2878e1954ace38a556d/CustomComponents/NavigationCard.js#L104 where we animate right and left props (those require to run layout algorithm each frame and using translateX would be a better choice, not sure...

help wanted

**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** Currently Metro doesn't tell Babel the platform for which it's transforming a file....