Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a bug in a Vestaboard control application where adding a scheduled task to the schedule causes it to run immediately instead of at the scheduled time. This involves examining the application's scheduling logic, identifying the source of the premature execution, and implementing a fix to ensure tasks run only at their designated times.
AI Summary: Review the console output of the `vestaboard-local` application for all commands (send text, send file, weather, sat-word, etc.) and reduce unnecessary logging. Focus on removing verbose messages during dry runs and when the daemon is already running. The goal is to make the console output more concise and user-friendly.
AI Summary: Implement a timeout mechanism in the `vbl send` command to handle cases where the Vestaboard is unreachable. The application currently hangs indefinitely when attempting to send data to a disconnected or offline Vestaboard. The solution should gracefully handle this situation, perhaps by printing an error message and exiting after a configurable timeout period.