Carl-Erik Kopseng

Results 383 comments of Carl-Erik Kopseng

I have manually tested a range of Node versions: ``` 4.6.2 OK (used in Meteor 1.4) 4.8.4 NOT OK (used in Meteor 1.5.1) 6.10.0 OK 6.10.1 OK 6.10.2 NOT OK...

Just a [follow up to my comment above](https://github.com/EyalAr/lwip/issues/297#issuecomment-300206001): if all you care about is actually getting your image manipulation working in a short amount of time, you could just replace...

It is true that Sinon by itself cannot modify exports that immutable. Since SWC is often setup to use CommonJS as the module system (which is the case here) for...

@zyf0330 You did not have to close it, it still makes sense IMHO. The current way it works makes SWC work differently from how `ts-node` works, for instance, and as...

This issue should be closed if there is no reproducible chain of commands. I came across this and I have no idea if this applies to my case or not....

This is great. We have talked about this in the Sinon team years ago. Using conventional commits is fine by me, but it will require a few rules I guess...

Seems like a good start. I do not have any experience with any projects I have worked on that employs this, only having a passing knowledge on what it means,...