Open Issues Need Help
View All on GitHubAI Summary: Improve the hot reloading functionality in the Anathema TUI library by replacing the `disable_hot_reloading()` function with a more flexible `enable_hot_reloading(value)` or `hot_reloading(value)` function, allowing users to toggle hot reloading on and off. This change addresses the current inability to re-enable hot reloading after it's been disabled, as reported in the linked issue.
Complexity:
3/5
enhancement good first issue