Yevgeniy Brikman

Results 345 comments of Yevgeniy Brikman

I'm not sure it makes sense to error out of a file you asked to ignore doesn't exist. Most other systems don't do this: e.g. `.gitignore` or `.dockerignore`. At most,...

Ah, I misunderstood. That makes more sense.

The first step that would add a ton of value is to update `test/integration-test.sh` (which is fairly out of date at this point) so that after each check-in and pull-request,...

@ain: Any luck with this issue?

Sure, let me know what you've got working, what's left, and I can try to poke around this week.

Wow, nice work! I'm amazed those were the only changes required. Is there a package manager that works with cygwin that could fill in `fswatch` and the other dependencies in...

That's a shame about package management on Cygwin. One thought on maintainability: I don't even have a Windows box these days, so testing changes would be tough. In fact, even...

It is indeed hacky :) To be fair, we haven't seen too many issues with it. What did your file look like? Is there any easy fix we could put...

Both fixes seem useful. PRs are more than welcome :)