Larry Ng

Results 6 comments of Larry Ng

I chose $_ as to not override the popular jQuery's $ nor Underscore.js's _. On May 12, 2012 8:26 PM, "Michael Ficarra" < [email protected]> wrote: > `$_` seems like an...

I agree that `_` is what is expected, but Underscore.js came first and I'm not quite ready to break compatibility with the library to save a character. In the future,...

I just pushed a complete rewrite with one of the changes being to use node's `util.inspect` for output, as Michael suggested (thanks!). Arrays should be printing all pretty-like now.

Hi Arrow maintainers, I appreciate the work y'all are doing, but this is causing a bit of an issue for our production medical app. IMO, the plan to deprecate and...

@raulraja It should solve this particular issue of ours, yes.

@nomisRev I'm well aware of `@Suppress`. We'd have to add the annotation hundreds of times (fewer if we broadened the scope to the file-level, but that would suppress too much)....