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 a helpful workflow when you realize your changes should go somewhere else.
open a notebook
start changing stuff but don't save
before autosave kicks in, fork the notebook
Expectation: old notebook is unchanged, fork has an extra commit with the new changes.
Instead, the changes are applied to the old notebook first, and the fork is identical.
This might actually be tricky to get right, since RCloud relies on saving everything on every change, but I wanted to file an issue anyway, since my expectation was broken here.
The text was updated successfully, but these errors were encountered:
This is a helpful workflow when you realize your changes should go somewhere else.
Expectation: old notebook is unchanged, fork has an extra commit with the new changes.
Instead, the changes are applied to the old notebook first, and the fork is identical.
This might actually be tricky to get right, since RCloud relies on saving everything on every change, but I wanted to file an issue anyway, since my expectation was broken here.
The text was updated successfully, but these errors were encountered: