5 Open Issues Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue
bug good first issue Low Priority
bug good first issue Low Priority

AI Summary: Debug a bug in the Ohio State University's CMS detector testing GUI (OSUGUI). The bug prevents text files containing enabled/disabled column information from being uploaded to Panthera when the module name is entered in lowercase. The task involves reproducing the bug, identifying the source of the case-sensitivity issue within the OSUGUI code, and implementing a fix to ensure consistent uploading regardless of case.

Complexity: 4/5
bug good first issue High Priority

AI Summary: Improve error handling in the Ohio State University's CMS detector testing GUI by replacing generic `except Exception` blocks with more informative error handling that includes the error type and traceback, providing better debugging capabilities.

Complexity: 3/5
good first issue