You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for hfsevents, which is used in hledger-ui via fsnotify. I am seeing events when I save a file from emacs, but not when I save it from IDEA. Here's a log from both.. any ideas ?
moduleMainwhereimportSystem.OSX.FSEventsimportControl.MonadimportControl.Concurrent
main =do
es <- eventStreamCreate ["."] 1.0TrueTrueTrueprint
replicateM 30 (threadDelay 10000000)
putStrLn"destroying event stream"
eventStreamDestroy es
replicateM 30 (threadDelay 10000000)
Thanks for hfsevents, which is used in hledger-ui via fsnotify. I am seeing events when I save a file from emacs, but not when I save it from IDEA. Here's a log from both.. any ideas ?
(Also, in that test program, what's the reason for destroying the event stream, and for waiting afterward ?)
The text was updated successfully, but these errors were encountered: