keepsake icon indicating copy to clipboard operation
keepsake copied to clipboard

Add word wrapping to Python console library

Open andreasjansson opened this issue 5 years ago • 1 comments
trafficstars

The Python replicate.console package doesn't currently wrap long log lines. Wrapping makes logs more human-readable but less machine-readable, so it should only wrap when it detects an interactive console.

andreasjansson avatar Nov 14 '20 23:11 andreasjansson

I think this already does this, including detecting terminals:

Screen Shot 2021-01-05 at 16 08 47 Screen Shot 2021-01-05 at 16 08 51

What is missing though is Python support. I'll update the issue.

bfirsh avatar Jan 06 '21 00:01 bfirsh