Nathan Youngman

Results 435 comments of Nathan Youngman

That makes sense. I don't know if flags will be the long-term solution, but it works for now. I should give this a quick test before merging. Thanks.

Thanks. I've been meaning to add something like this, but I never settled on how it should work.

Sorry, I seem to have introduce some conflicts in master. Do you mind removing the extra verbosity and fixing the conflicts?

Good call. You can of course set `GO15VENDOREXPERIMENT=1` for Looper's sake, but it should be changed.

Thanks for the report. This is an issue with the underlying fsnotify library and kqueue on macOS. See https://github.com/fsnotify/fsnotify/issues/129

Thanks for bringing this up. `GO15VENDOREXPERIMENT` is going away completely in the imminent release of Go 1.7, which means Looper shouldn't be looking for that environment variable at all. Given...

I need to give Looper some ❤️ sometime. There are a few things I want to improve, not just this. Don't worry about a PR. Thanks!

It's possible it's getting two events. Are you saving one *.go file? May be related to atomic saves. I'll see if I can reproduce it. It may be necessary to...

@darkhelmet I'm going to need more info to reproduce this issue. Steps to reproduce, yo?