Skip to content

Conversation

@twells46
Copy link
Contributor

@twells46 twells46 commented Jan 7, 2026

Set Python program state to COMPILING during initial file download to match C compilation behavior and fix #414 .

Previously, when a Python program was run for the first time, the UI immediately showed "Stop" while Python runtime files were downloading, leading to a confusing user experience. This change ensures the UI displays a "Loading Python..." message and the button reflects a COMPILING state until the Python environment is ready.

This can be verified using network throttling in the browser's developer tools.


Open in Cursor Open in Web

Co-authored-by: twells <twells@kipr.org>
@cursor
Copy link

cursor bot commented Jan 7, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

Co-authored-by: twells <twells@kipr.org>
@twells46 twells46 marked this pull request as ready for review January 7, 2026 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delay before Python program starts running the first time

3 participants