Takuto Wada

Results 55 comments of Takuto Wada

@OldhamMade Sounds interesting! Since I'm not using projectile, it's good for `help wanted`. Thank you for your suggestion!

@regcl I'm sorry that I do not have enough time to follow the org-mode HEAD. So this issue will not be fixed in a short term. Your pull-request is welcome...

Thanks! I'll support `assert.throws` more in power-assert v2.

@jmquigley Thank you for reporting. Seems that your link to image is broken. Would you fix the link, or create small repository for reproduction?

@jmquigley Thank you for updating image. Would you create small reproduction repo? I want to reproduce the case to investigate sooner.

@jmquigley Thank you for creating repro case repository! While I'm investigating the issue, I found that stack recreation introduced in #85 is the cause of showing same diagram twice. Reporter...

@jmquigley As digging deeper, I've found some hints. - Jest does not use `AssertionError#message` but extract messages from `Error#stack`. - Something is wrong with message/stack extraction logic in Jest that...

@Aladdin-ADD Thanks! Yeah It's good to have 👍

@unlight Thanks for your reporting and repro / fix case. Hmm. Seems that your fix conflicts with ES6 Modules / CJS / Babel interop hack. - https://github.com/power-assert-js/power-assert/pull/28 - https://github.com/power-assert-js/power-assert/pull/37 I...