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
When watching multiple automkv.yml files, the updates from one file will trigger the watch of another file, causing a feedback loop. To fix this, there will need to be a complete overhaul of edit tracking that spans all watched files. Perhaps the countdown latch structure can be made global.
The text was updated successfully, but these errors were encountered:
When watching multiple
automkv.yml
files, the updates from one file will trigger the watch of another file, causing a feedback loop. To fix this, there will need to be a complete overhaul of edit tracking that spans all watched files. Perhaps the countdown latch structure can be made global.The text was updated successfully, but these errors were encountered: