briefercloud / briefercloud/briefer
Python horizontal scrolls each output individually
Open
bug
good first issue
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
See video:
https://github.com/user-attachments/assets/ead1e907-cde6-4169-8549-33644eb40671
It should scroll the whole Python output together.
Code snippet to reproduce:
```python
for i in range(10):
print('This is a long line of text that is meant to be an example of a big line. It contains many words, specifically between twenty and forty words, to meet the requirements of the instructions provided.', flush=True)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.