-
Notifications
You must be signed in to change notification settings - Fork 396
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
Repeated content appearing in cells #3554
Comments
Do you have any experimental flags set? How are you running mairmo? |
I ran marimo in Edge in a mamba environment (nevertheless installed with pip), no collaboration but all experimental flags were on, with Ollama chatbot. |
If the RTC flag was on (and even if it was only you), that could be the reason. I am betting if you disconnect/reconnect for a second, I bet there is a mismatch in state such that the RTC plugin thinks there is no code so applies the existing code. |
Can confirm this behaviour occurred for me also with RTC over an unreliable connection |
Also confirmed when RTC is enabled this occurs. |
I am also experiencing this issue when RTC is enabled |
hey everyone, I just merged a potential fix and released |
I deployed 0.11.5 and unfortunately am unable to login and test the fix. If I include the access_token parameter(i.e. - If I don't - and I try to login via the auth page - I get the following error in the browser: Console logs display the following stack below - then my container restarts. Happy to provide more details if needed.
|
@robd518 this was fixed in 0.11.6 |
Upon further testing with |
Describe the bug
After leaving a notebook idle for about 15 minutes, the content and import statements are duplicated multiple times within the cells.
Environment
Code to reproduce
Became the following
The text was updated successfully, but these errors were encountered: