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 have an running/in-progress output similar to what is shown in counter example.
But when a user keeps pressing "Enter/return" key, the enter/newline is rendered on stdout, and the following render frame starts from the next line.
If you try the same for counter example (i.e. press newlines while the counter is running), you will see staggered output on the stdout.
Is this a known issue/ any known workaround for this?
I was looking for output to be always rendered on the same line overriding the previous output (which makes sense for an activity indicator)
The text was updated successfully, but these errors were encountered:
I have an running/in-progress output similar to what is shown in counter example.
But when a user keeps pressing "Enter/return" key, the enter/newline is rendered on
stdout
, and the following render frame starts from the next line.If you try the same for counter example (i.e. press newlines while the counter is running), you will see staggered output on the stdout.
Is this a known issue/ any known workaround for this?
I was looking for output to be always rendered on the same line overriding the previous output (which makes sense for an activity indicator)
The text was updated successfully, but these errors were encountered: