Results 708 comments of Benjamin Gruenbaum

> @benjamingr That still shouldn’t be an issue, right? Like, if calling timer.refresh() makes the process crash, that’s not “just” a bluebird issue? Right, this still looks like a bug...

@addaleax ah, that makes sense. Thanks! I was really confused about why the two would be related :]

This happens when `Node < 8` is used, log `process.version` you will see it's not _actually_ Node 8 and you have something else going on

Yeah jQuery 3 does the right thing here - thanks for this. I'll let Petka merge this since it requires a doc rebuild anyway

@petkaantonov it sounds reasonable to support this, wdyt?

Honestly cross-bluebird cancellation isn't a big priority for me - but if you contribute a PR I will happily review it and get a release going and I am happy...

I will also mention that I actually tried to debug a bunch of incorrect bluebird usage in the cypress code-base but I was [unable to get it running and was...

Can you try with long stack traces disabled?

@EricDS what about rejecting with an AggregateError (an error object that is also an array like of errors)?

Are you talking about Promise.coroutine?