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

Conflict with Jupyter RTC #52

Open
lahwaacz opened this issue Oct 19, 2024 · 2 comments
Open

Conflict with Jupyter RTC #52

lahwaacz opened this issue Oct 19, 2024 · 2 comments

Comments

@lahwaacz
Copy link

lahwaacz commented Oct 19, 2024

This extension conflicts with the Jupyter Real-Time Collaboration extension. RTC has its own autosave mechanism based on a time delay (0.5s by default). When a notebook is saved by RTC, autosave-on-focus-change detects a conflict and displays a dialog to either revert or overwrite the file:

jupyterlab-autosave-rtc-conflict

Note that when the RTC extension is active, files can be opened either in collaborative (default) or non-collaborative mode, so having both extensions at the same time would still make sense.

@s-weigand
Copy link
Owner

I can see how that is disturbing a user's workflow.
However, I currently don't have the time to dive into a 3rd party codebase and figure out how things work there to implement a cross-extension interoperability (especially since I nowadays use vscode for my notebook needs and thus neither use this extension nor RTC myself).
But PRs are welcome.

@lahwaacz
Copy link
Author

Actually, fixing #51 already makes this much less of a problem (when the RTC autosave period is short enough)...

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

2 participants