Open Issues Need Help
View All on GitHubAI-powered GitHub code explorer — understand any repo in minutes, not days.
AI-powered GitHub code explorer — understand any repo in minutes, not days.
AI Summary: Implement a dynamic user count display on the GitForMe landing page. This involves creating a new API endpoint to fetch the user count from a MongoDB database, implementing server-side caching, updating the frontend to fetch and display the live count with loading state and error handling, and formatting the number with commas.
AI-powered GitHub code explorer — understand any repo in minutes, not days.
AI-powered GitHub code explorer — understand any repo in minutes, not days.
AI Summary: Debug a frontend rendering issue in a React application where the repository file structure fails to display in certain browsers (Chrome, but works in Edge). The backend functionality is confirmed to be working correctly. The task involves investigating browser compatibility issues, potentially related to JavaScript, CSS, or the way the file structure data is handled and rendered in the React components. Debugging will likely involve browser developer tools and inspecting network requests.
AI-powered GitHub code explorer — understand any repo in minutes, not days.