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
Sometimes it's hard to see that it updated, it would be nice to be able to see a number that increments each time it is evaluated.
This would be easy enough if there was a server, but even if not, it could save some state in /tmp or something, and then an editor could provide some unique identifier whenever it submits a file, which would allow it to track which result this is.
Alternatively, might be able to pull it off purely within the editor itself (eg store the state on the buffer or something, and pop up a notice when results are updated), possibly with an incrementing number, or possibly just a quick green "updated" notice.
The text was updated successfully, but these errors were encountered:
Sometimes it's hard to see that it updated, it would be nice to be able to see a number that increments each time it is evaluated.
This would be easy enough if there was a server, but even if not, it could save some state in
/tmp
or something, and then an editor could provide some unique identifier whenever it submits a file, which would allow it to track which result this is.Alternatively, might be able to pull it off purely within the editor itself (eg store the state on the buffer or something, and pop up a notice when results are updated), possibly with an incrementing number, or possibly just a quick green "updated" notice.
The text was updated successfully, but these errors were encountered: