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
When code takes a long time to run, the file is sitting there in the rewritten state. What about putting the old file back into place as soon as the first value is recorded? That implies Ruby has parsed the file already, so we should be good to set it back at that time. This should hopefully improve the flicker when running saved files.
The text was updated successfully, but these errors were encountered:
When code takes a long time to run, the file is sitting there in the rewritten state. What about putting the old file back into place as soon as the first value is recorded? That implies Ruby has parsed the file already, so we should be good to set it back at that time. This should hopefully improve the flicker when running saved files.
The text was updated successfully, but these errors were encountered: