Nathan Youngman
Nathan Youngman
Maybe a top-level section for each language with English at the top?
How about GERMAN.md listing books that are in German? (and so forth for other languages)
Would someone like to create the GERMAN language PR?
What would this look like? Same channels/API just without requiring a goroutine?
Chime in for the os/notify API: http://goo.gl/MrYxyA
See https://code.google.com/p/go/issues/detail?id=8282#c4 for one issue when using code very similar to what you presented. If you want to take a closer look on multiple platforms, please report your findings at...
@srinathh Thanks for the tip. Now that the videos are up, I'll be sure to watch that talk.
This issue still exists in the latest version of fsnotify (see fork): https://github.com/fsnotify/fsnotify/issues/72
@jessej3000 Thanks for the report. Can you try updating your import path to use the latest version of fsnotify from https://github.com/fsnotify/fsnotify? If you still are seeing this issue, can you...
fsnotify currently uses kqueue on macOS. Watching a directory in kqueue sends a single event when "something" happens in the directory as a whole. fsnotify also adds watches to all...