-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems rendering super wide columns #2879
Comments
Did not know I could write a "get" in zui.. Wow |
Merged
The attached video shows how things have improved thanks to the changes in linked PR #2881.
Verify.mp4That said, some things could probably still be improved.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro is with Zui commit e7febec.
What's shown in the video below all starts from the data returned by this query:
When viewed as the array of big nested records that it is, Zui displays the output in a summary format that shows where it's been truncated and provides hints to the user where they might want to expand it to look at nested values.
Problems becomes visible if we ask to render the output as a string via
line
mode.Three problems now become visible:
| yield this[-50:]
to see just the 50 rightmost characters in the string. This confirms that almost all the value was being rendered.Repro.mp4
The text was updated successfully, but these errors were encountered: