psychedelicious
psychedelicious
The high-level, declarative API used by canvas is holding references when it should be releasing them, preventing the browser from GC'ing. That API doesn't let us manage references effectively -...
Invoke v5 features a full rewrite of the canvas. Please create a new GH issue if the problem still exists in the new canvas UI.
Please upload a screen recording showing the problem, it's not clear what exactly is happening.
Ok, thanks. Based on your description, I have not ever seen this before and am not aware of any other bug reports about a problem like this. The canvas was...
Thanks for the video. No clue what specifically could be causing it. Maybe a FF extension or settings. Is there any pattern/trigger for the issue? Could try a fresh FF...
Really weird. Do you see any messages in the browsers JS console when the issue occurs? If all you are doing is moving the cursor, we should have no log...
Guessing you have the `opentelemetry` package installed in that python env. This triggers some additional behaviour from `fastapi-events`. See #6644. If you can't remove `opentelemetry`, the issue might be fixed...
I don't think adding a `get` method to the pydantic model is an appropriate solution. We've made contributions to the upstream library in the past, I'm sure the maintainer will...
Huh, that's unexpected - I don't have it in my install. Is it possible it was installed by some other means? Definitely shouldn't be in the pypi package!
Ah ok cool, sounds like that's the culprit. We'll keep this issue open until the root issue is resolved.