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
When you attempt to expand a variable in the Variables pane that takes a while to expand (e.g. because it's slow), there is no feedback that anything is happening. It just looks broken.
Run this code (after installing sf if needed) then expand the nc object (note that it works fine?), then the big_nc object.
Screen.Recording.2025-01-30.at.1.42.04.PM.mov
Nothing at all happens, though after 5 seconds you will eventually see an error popup.
Expected or desired behavior:
The user's gesture should be acknowledged, and the Variables pane should show that it's working on expanding the requested object (maybe by replacing the > with a spinner, or showing a progress stripe in the pane itself, etc.)
The text was updated successfully, but these errors were encountered:
This also goes for attempts to open Data Explorers, which can also take a long time if the runtime is currently busy or it takes a long time to get the comm established due to collecting the initial shape, etc.
You can see some videos of user frustration with this in #4546.
FWIW the example code that could be used for reproducing will no longer be slow as it was fixed in posit-dev/ark#702. We can still reproduce it, by setting a long Sys.sleep() and then trying to interact with the variables pane.
System details:
Positron and OS details:
Interpreter details:
Any
Describe the issue:
When you attempt to expand a variable in the Variables pane that takes a while to expand (e.g. because it's slow), there is no feedback that anything is happening. It just looks broken.
Steps to reproduce the issue:
(from #5869)
Run this code (after installing
sf
if needed) then expand thenc
object (note that it works fine?), then thebig_nc
object.Screen.Recording.2025-01-30.at.1.42.04.PM.mov
Nothing at all happens, though after 5 seconds you will eventually see an error popup.
Expected or desired behavior:
The user's gesture should be acknowledged, and the Variables pane should show that it's working on expanding the requested object (maybe by replacing the
>
with a spinner, or showing a progress stripe in the pane itself, etc.)The text was updated successfully, but these errors were encountered: