3 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue reports a nil pointer error that occurs when attempting to retrieve user data if the 'Gender' field is null or not present in the database. The system currently panics in such cases. The desired fix is to implement a nil check for the 'Gender' field during user retrieval, allowing the operation to succeed and return a NULL value for 'Gender' instead of crashing.

Complexity: 1/5
documentation good first issue 1pt