Carl-Erik Kopseng

Results 249 comments of Carl-Erik Kopseng

Last release was 2014 (7 years ago). I think you have your answer.

Just as a side note, the quickest path to getting a fix is just making a patch yourself. You already did most of the hard investigative work, so all that's...

Verified (had to remove some TS to make it work): https://runkit.com/fatso83/sinon-2472-tap-parallel-issue EDIT: lol, did not see you actually had posted a link to a repo 🙈

So ... we should detect that a function has thrown, but if the exception is undefined, we should still regard it as thrown?

Thanks @masakichi! The docker0 interface disappeared in my Linux VM when I upgraded Docker.

It's crazy that the server side works that way, but none of the supported client operating systems are case sensitive, so it's not that strange this hasn't been a priority...

[The file lookups are simple enough](https://github.com/jeremyworboys/node-kit/blob/develop/lib/node-kit.js#L37). Give a string and it checks if the file is present. The root dir should not be of any concern. You can try using...

So strange. It [most definitely has a `Router` export](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/Resources/js/router.ts#L49), but I have not checked the transpiled code.

@flosse I am not quite sure what would be stopping you. AFAIK implementing this would just mean 1. cloning the repo to some temporary directory 2. using the existing code...