Open Issues Need Help
View All on GitHub logging could be improved for incorrectly typed config files, about 1 month ago
AI Summary: Improve the error handling for misconfigured TOML config files in the Gathio application. The current error message incorrectly reports the config file as missing when it contains type errors. The improved error handling should identify the file, pinpoint the line and column of the error, and provide a descriptive message explaining the type error (e.g., incorrect list formatting).
Complexity:
3/5
good first issue feature-request