Open Issues Need Help
View All on GitHubAI Summary: Verify that the Tea Timer application correctly announces status changes to screen readers. This involves testing the application with a screen reader to ensure that updates are properly communicated.
Simple timer for Linux. Accessibility first.
AI Summary: The task is to package an accessible Linux timer application, built using Python and GTK, for submission to the Snap Store. This involves following the Snap Store submission guidelines and potentially addressing any issues raised during the submission process. The provided link contains further instructions.
Simple timer for Linux. Accessibility first.
AI Summary: Create a "Buy Me a Coffee" profile and update the project's `funding.yml` file with a link to this profile. This involves setting up a profile on the Buy Me a Coffee platform and then adding a link to that profile within the project's funding configuration file.
Simple timer for Linux. Accessibility first.
AI Summary: Refactor the Tea Timer application's configuration storage from JSON files to an SQLite database. This involves migrating existing data, modifying the application to use the SQLite database for reading and writing settings, and potentially adding database querying capabilities for users.
Simple timer for Linux. Accessibility first.
AI Summary: The issue is that the Tea Timer application, built using GTK and Python, only functions correctly in debug mode. Lines 20-23, which import GTK libraries, are causing errors in release mode. The task is to identify and resolve the incompatibility between the import statements and the release build environment. This likely involves ensuring the correct GTK version is linked and available at runtime.
Simple timer for Linux. Accessibility first.