Malthe Borch

Results 205 comments of Malthe Borch

Facebook's Flow code checker is smart about just checking the diff from a previous check which makes it efficient and provides very quick feedback.

LLD is still buggy on Mac: https://bugs.llvm.org/show_bug.cgi?id=32376

The problem seems to be that the [Async hooks](https://nodejs.org/api/async_hooks.html) module in Node doesn't emit a `destroy` event for the "TLSWRAP" hook type. In Jest we have today something like: ```javascript...

@dornfeder I have success with simply adding a test in the snippet above for "TLSWRAP". But to test that out is a lot of CI/CD work setting up a certificate,...

@ruthcyg but that is arguably the wrong solution.

@SimenB it's some time since I started the thread, but I think it's just a bug in jest really: > And "TLSWRAP" should probably be added to this list.

This also applies to other variants such as `children`. Use-case is for example to add a separator character between list items (except for last item). ```html One Two Three ```

It actually works really well (flawlessly) in practice. We use it in our system. Note that in any case, this is a testing framework. It is not a library that's...

The testing framework should reflect the actual usage. If it does not, then it's broken. But if it does, then it's okay. But I think perhaps it should be a...