Nathan Youngman

Results 435 comments of Nathan Youngman

Saving from Sublime Text? (v 2.0.1)? What settings are you using for saving? Gofmt, etc.? I pulled your repo and wasn't able to reproduce it. I should probably add a...

@darkhelmet Can you try looper 0.2.1 with `looper --debug` and let me know what output you get? I noticed I'm getting new file events when I expected change file events...

Hm. That doesn't tell us much. Guess I just need some throttling in place. Is the fsnotify package up-to-date on your computer?

Before adding some sort of throttling to my RecursiveWatcher, I emailed @howeyc to see if this is something that can be resolved in fsnotify or if I just made a...

For some reason this is happening to me now, which will make it a lot easier to debug. @howeyc didn't feel that a ThrottledWatcher belonged in fsnotify proper, but I'm...

Started on https://github.com/gophertown/fsnotify_ext, but still a lot to do!

@darkhelmet I have an open pull request to throttle events in fsnotify https://github.com/howeyc/fsnotify/pull/65. Testing it out with Looper now.

It has been pointed out that this is caused by Spotlight. https://github.com/howeyc/fsnotify/issues/62 One solution is to add your development folder to the Spotlight Privacy settings, at least until we have...

Related issue: running the tests for `code.google.com/p/go.tools/cmd/cover` generates Go code in testdata, which triggers the tests. Need some way to ignore certain folders (.looperignore).

That might work. [Hugo](http://gohugo.io/) has something like that in place. I'm not a vim user, but besides modifying Spotlight Privacy settings ([mentioned above](https://github.com/nathany/looper/issues/6#issuecomment-24872283)), you could also try tweaking your .vimrc...