dora-rs / dora

DORA (Dataflow-Oriented Robotic Application) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.35k stars 67 forks source link

enhance event handling to include Metadata modifications for hot-relo… #531

Closed hbuxiaofei closed 4 weeks ago

hbuxiaofei commented 4 weeks ago

Fixes #530

phil-opp commented 4 weeks ago

Thanks for the PR! Unfortunately, I don't think that this will fix the hot-reloading behavior in vim. As I explained in https://github.com/notify-rs/notify/issues/247, vim deletes the original file and recreates it (instead of modifying it). So there will be no more events after the Remove event, even if you edit the file another time.