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 for it to be possible for me to page the console.printed input as soon as console.print() is called. This would help with paging text as it is received when you, for example, fetch multiple things from an API or when you're streaming output from some long-running program.
Note that I'm just reusing the existing API in this example but that doesn't mean it necessarily should be that same API.
What problem does it solve for you?
It allows me to immediately show part of the output to the user while the program is fetching the rest of the data, as opposed to the user having to wait for all data to be available which could take a lot longer.
The text was updated successfully, but these errors were encountered:
How would you improve Rich?
I would like for it to be possible for me to page the
console.print
ed input as soon asconsole.print()
is called. This would help with paging text as it is received when you, for example, fetch multiple things from an API or when you're streaming output from some long-running program.Example:
Note that I'm just reusing the existing API in this example but that doesn't mean it necessarily should be that same API.
What problem does it solve for you?
It allows me to immediately show part of the output to the user while the program is fetching the rest of the data, as opposed to the user having to wait for all data to be available which could take a lot longer.
The text was updated successfully, but these errors were encountered: