Results 5 issues of Zillode

According to the [documentation](https://godoc.org/github.com/rjeczalik/notify): `Notify resolves, for its internal purpose, any symlinks the provided path may contain, so it may fail if the symlinks form a cycle.` However, this is...

bug

According to the [documentation](https://godoc.org/github.com/rjeczalik/notify): `Notify resolves, for its internal purpose, any symlinks the provided path may contain, so it may fail if the symlinks form a cycle.` However, this is...

bug

Currently, no errors are raised when exceeding the `/proc/sys/fs/inotify/max_user_watches` limit on Linux (I guess this is also true for OSX). Therefore, our [client application](https://github.com/syncthing/syncthing-inotify/tree/rjeczalik-notify) cannot know whether all watches are...

Currently, no errors are raised when exceeding the `/proc/sys/fs/inotify/max_user_watches` limit on Linux (I guess this is also true for OSX). Therefore, our [client application](https://github.com/syncthing/syncthing-inotify/tree/rjeczalik-notify) cannot know whether all watches are...

As mentioned in https://github.com/syncthing/syncthing-android/issues/192 , some filenames are not accepted by windows hosts because they contain '[special characters](https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.85%29.aspx)' like colons or bars. @schuft69 suggested to add a "Rename special characters...

enhancement