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
For now we have to wait that argos refreshes the plugin (at most 1m) for the activity status to be reflected in the UI.
This is probably not a great problem, but it would be nice to be able to correct the problem.
One way to prevent this, would be to make hamster add command blocking. We could then do a touch ~/.config/argos/hamster.1m+.py plugin to force the refresh. But I don't know how to do it without modifying hamster.
Any other idea ?
The text was updated successfully, but these errors were encountered:
A partial work-around would be renaming to hamster.5s+.py or hamster.2s.py to greatly reduce the delay. On my system updating every 1s increased cpu usage slightly, but 2s or more is barely noticeable. However, this is not really a satisfactory solution.
[ed.] Forget this, it annoyingly refreshes while you have the menu open.
For now we have to wait that argos refreshes the plugin (at most 1m) for the activity status to be reflected in the UI.
This is probably not a great problem, but it would be nice to be able to correct the problem.
One way to prevent this, would be to make
hamster add
command blocking. We could then do atouch ~/.config/argos/hamster.1m+.py
plugin to force the refresh. But I don't know how to do it without modifying hamster.Any other idea ?
The text was updated successfully, but these errors were encountered: