chrisgarber
chrisgarber
I also spent many hours trying to debug this. IMO the user experience of having no tests fail, but having the process exit with a non-0 status is extremely confusing....
This is really a bug for the types page isn't it? https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-infinite-scroller
I don't think it should have an effect. The issue is that GitHub cares, because it doesn't know what os you're using. If your file system is case insensitive, that's...
I'm trying to think of a case where this would mess up someone working on a mac. I work on a mac as well and was curious why github has...
I'm beginning to see the fundamental problem here. Git's file system is always case sensitive, but on case-insensitive systems differently cased files/dirs can't be distinguished. This can lead to hidden...
For posterity could we get a clearly documented summary solution here? The idea is to add noteKeywords? That is turn overrides the rules? My use case doesn't involve putting the...