httpie / desktop

🚀 HTTPie Desktop — cross-platform API testing client for humans. Painlessly test REST, GraphQL, and HTTP APIs.
https://httpie.io
Other
2.95k stars 32 forks source link

[Bug]: Not all > showing when getting a big json response #153

Open maximevdk-tidal opened 9 months ago

maximevdk-tidal commented 9 months ago

What happened?

Without giving away too much of the json I'm consuming, I'm having this issue that a >is not generated for each object in my json response. image

Steps to reproduce?

1. Do a request that has a big json response
2. Usually after three objects the > doesn't show up anymore.

its fixed by clicking inside the object, then it generates more `>`

What did you expect to happen?

I expect that all > are rendered when they are supposed to be visible at least

Platform

macOS

HTTPie Desktop version

2024.1.2

Relevant log output

No response

Code of Conduct