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
{{ message }}
This repository has been archived by the owner on Aug 6, 2018. It is now read-only.
We need to implement a way for sources to be periodicly checked for changes. Maybe we can use filesystem timestamps for local configs? Potential solution for remote (or both for simplicity / code reuse) is to calculate a hash (how?) for the source on update and compare it to version pointed to by the config.
We also need to decide how we'll poll visplay.yaml for changes and see if we want to roll it into this process.
Python / code wise, I think we might have to look into threading for this.
The text was updated successfully, but these errors were encountered:
We need to implement a way for sources to be periodicly checked for changes. Maybe we can use filesystem timestamps for local configs? Potential solution for remote (or both for simplicity / code reuse) is to calculate a hash (how?) for the source on update and compare it to version pointed to by the config.
We also need to decide how we'll poll visplay.yaml for changes and see if we want to roll it into this process.
Python / code wise, I think we might have to look into threading for this.
The text was updated successfully, but these errors were encountered: