Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a bug in the micro:bit MakeCode datalogger simulator where data is lost when the log is full. The issue is that when the datalogger reaches its capacity, it appears to overwrite all but the last row of data. The fix requires investigating the simulator's data handling and ensuring that all logged data is preserved until explicitly cleared.
A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
AI Summary: Debug and fix a visual regression bug in the Microsoft MakeCode micro:bit editor where the "Show Introductions" document link becomes hard to see after clicking when High Contrast mode is enabled. This involves investigating the issue across different browsers and operating systems, identifying the root cause (likely related to CSS styling), and implementing a fix to ensure the link remains visible in High Contrast mode.
A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
AI Summary: Improve the accessibility of the micro:bit MakeCode editor's error reporting in high contrast mode by increasing the contrast of the error numbers displayed in the tree item after clicking. This involves modifying the editor's styling to ensure sufficient contrast between the error number text and its background in high contrast themes.
A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
AI Summary: Debug and fix a rendering issue with file and cloud icons in the Microsoft MakeCode micro:bit editor specifically within the Firefox browser. The issue involves incorrect display of these icons in the 'My Projects' section, while other browsers function correctly. This requires investigating the browser compatibility of the MakeCode editor's frontend code and potentially adjusting CSS or image handling to ensure proper rendering in Firefox.
A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
AI Summary: Debug and fix a visual jitter issue in the Microsoft MakeCode micro:bit editor's context menu when high contrast mode is enabled. This involves investigating the issue's root cause (likely related to CSS or JavaScript rendering), implementing a fix, and thoroughly testing across different browsers and operating systems.
A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode