You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is amazing. The only issue that seems obvious but I can't find an answer is how to trigger the snippet evaluation only when the user clicks a button (similar to Leetcode's RUN button or any JS IDE in browser really).
From my observation, auto evaluation is more of a risk than a feature. I can't imagine any use case for auto evaluation except for demonstrating simple stateless expressions. Beyond that, it gets very strange, e.g. a snippet of SQL insert statements that keep inserting to the table as I'm still writing, the typical infinite loop issue when I haven't finished writing the loop body yet, etc.
Is there any way to turn off auto evaluation and trigger only when a button is clicked?
Thanks for the awesome work!
The text was updated successfully, but these errors were encountered:
This is amazing. The only issue that seems obvious but I can't find an answer is how to trigger the snippet evaluation only when the user clicks a button (similar to Leetcode's RUN button or any JS IDE in browser really).
From my observation, auto evaluation is more of a risk than a feature. I can't imagine any use case for auto evaluation except for demonstrating simple stateless expressions. Beyond that, it gets very strange, e.g. a snippet of SQL insert statements that keep inserting to the table as I'm still writing, the typical infinite loop issue when I haven't finished writing the loop body yet, etc.
Is there any way to turn off auto evaluation and trigger only when a button is clicked?
Thanks for the awesome work!
The text was updated successfully, but these errors were encountered: