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
I would like to have continuous update of prints in the grid items, but when I have time.sleep(1) between printouts only the first one is displayed in the grid item. Like in the image below. I would expect to see updated grid item to see all printouts.
I'm happy to do a PR with fix but I need little guidance where to look.
The text was updated successfully, but these errors were encountered:
I would like to have continuous update of prints in the grid items, but when I have
time.sleep(1)
between printouts only the first one is displayed in the grid item. Like in the image below. I would expect to see updated grid item to see all printouts.I'm happy to do a PR with fix but I need little guidance where to look.
The text was updated successfully, but these errors were encountered: