Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cross-invocation state #154

Open
JoshCheek opened this issue Dec 22, 2019 · 1 comment
Open

cross-invocation state #154

JoshCheek opened this issue Dec 22, 2019 · 1 comment

Comments

@JoshCheek
Copy link
Owner

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.

@JoshCheek
Copy link
Owner Author

Example use case: see 13:50 in this video: https://vimeo.com/378152632

"that's still 42... it's not super obvious that I ran it, because nothing changed, but..."

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

No branches or pull requests

1 participant