Justin Donaldson

Results 95 comments of Justin Donaldson
trafficstars

I'll check into this... seems useful. I ignored thrown errors in the error handlers because it seemed confusing which part of the promise chain should respond to those.

You'll see that the promise returned from errorPipe is not in the _update chain. This is actually impossible because that promise doesn't exist until the method is invoked. Instead, a...

The ability to handle specific parameter in cachErrors (per the bug title) is interesting, but unfortunately will require some much more complicated code. I'll mark this as an enhancement and...

Yep, there's some issues there for php. I currently have it in the "penalty box" for allowed failures: https://travis-ci.org/jdonaldson/promhx I've been meaning to bother Franco about this, but I don't...

Side note: php shows as "passing" in travis, but in fact it is not... I need to figure out what the issue is there as well.

This is strange, because I would think 1/0 would work. http://www.postgresql.org/docs/8.1/static/datatype-boolean.html

Did this ever get updated? I think I need an upstream fix from the compiler here, no?

Thanks, opened a bug on the compiler side.

Wow, is this really true? 100% of the reason I was using setImmediate polyfills was because they were absolutely destroying the setTimeout based version. When you say "performance" are we...

Ok, I'm seeing it now too... it looks like somehow the situation with setImmediate has reversed completely! I bumped the version of setImmediate, and it got rid of the terrible...