Domenic Denicola

Results 2586 comments of Domenic Denicola

@keithamus Thanks so much for your help here and for digging into things. Does Chai throw such an error if you pass it a boolean to `.throws()`?

Jeez that is still a lot of code. Well I guess maybe it's easier now.

A pull request would be super-awesome. Thank you so much.

I think in a library focused on adding complex promise features it's best not to rely on the promise features in the test runner. I'd rather keep it using the...

We have a separate issue where `.and` doesn't work correctly (#85). If possible, I'd suggest not trying to solve that in this work.

See #57 for more details. It may be simply a problem where the `.should` doesn't get installed on the correct `Object.prototype`, in which case we should document that instead.

I already published the package with a pinned dependency version, so there's no urgency. Just, whenever you have time to publish, then I can update my package and all my...

Yeah, I guess I was hoping to preempt that move by suggesting you move to the test262 format instead, so that you can share better with browser vendors. The test262-harness...

OK, well a) is easy if we don't already have it, b) it already does, and c) might be tricky but might be easy, we'll see. BTW I don't recommend...