when printing large output, for example debuging json/body responses, the output width is limited to half the terminal width and scrolling to the top is truncated (may be my terminal issue). can there be an arg to not limit output width, or print raw like the stdlib print works? currently i have to comment out the rich import for testing
when printing large output, for example debuging json/body responses, the output width is limited to half the terminal width and scrolling to the top is truncated (may be my terminal issue). can there be an arg to not limit output width, or print raw like the stdlib print works? currently i have to comment out the rich import for testing