-
Currently the content sync commands seem to do imports (i.e. pulls) from AEM only. It would be nice to either add a new command or extend the existing one to push modified files to a repo automaticall…
-
What would be required to support fsnotify events to reach the client? I can see some commented out definitions in `protocol/MFSCommunication.h` that suggest this may have been started. See https://gi…
-
This is related to https://github.com/obsidiansystems/obelisk/issues/1068
I encountered the same problem with zlib. Even after following the steps mentioned in the issue, I still run into problems …
-
Hi @turion
Hope you're well! I'm building a bit further up my more involved example with `rhine-terminal` and I find myself wanting to play with file change notifications and specifically `fsnotif…
-
### Preflight Checklist
- [X] I have searched the [issue tracker](https://www.github.com/spf13/viper/issues) for an issue that matches the one I want to file, without success.
- [X] I am not looki…
-
As reported by @theothertomelliott: filewatching on MacOS fails silently when a resource has 4097+ deps. See [repro case](https://github.com/jazzdan/lots-o-deps) - after initial `tilt up`, Tilt doesn'…
-
We can deprecate the original module and have the modified APIs in a new `FileSystem.Notify` or `FileSystem.Watch` module.
-
When using `forever $ threadDelay 1000000`, I needed both `-threaded` and `-with-rtsopts=-N` to get it to work. When using `forever $ getLine`, I only needed `-threaded`. Perhaps this should be mentio…
-
```go
if ev.Op&fsnotify.Write == fsnotify.Write {
fmt.Println("更新文件 : ", ev.Name)
data, err := ioutil.ReadFile(ev.Name)
if err != nil {
log.Error("Read File error: %…
-
```
package main
import (
// "bytes"
"fmt"
"github.com/howeyc/fsnotify"
"log"
//"os/exec"
//"strings"
)
func main() {
watcher, err := fsnotify.NewWatcher()
if err != …