RaspberryPiFoundation / editor-ui

Code Editor web component
https://editor-static.raspberrypi.org
Apache License 2.0
37 stars 9 forks source link

Fix Pyodide input function #931

Closed loiswells97 closed 4 months ago

loiswells97 commented 4 months ago

Input function asks for the answer before it tells you what the question is 😰 This seems to be a problem with the way that pyodide is handling the input function. One possible approach could be to try and flush out any text output before waiting for the user input.

create-issue-branch[bot] commented 4 months ago

Branch bugfix/931-Fix_Pyodide_input_function created!