You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to control the maximum length of variable-length values. The output should contain all the value bytes if the length is less than the threshold, otherwise it should be shortened to the first several bytes, followed by an ellipsis, followed by the last several bytes and a length indicator. eg:
A default threshold should be 50 bytes, and if greater, then the first and last 25 bytes should be shown.
This should apply to all variable types: Binary, String, Symbol, and to the compound types in both the number of elements shown and the size of each element: List, Map, Array.
The text was updated successfully, but these errors were encountered:
Add an option to control the maximum length of variable-length values. The output should contain all the value bytes if the length is less than the threshold, otherwise it should be shortened to the first several bytes, followed by an ellipsis, followed by the last several bytes and a length indicator. eg:
A default threshold should be 50 bytes, and if greater, then the first and last 25 bytes should be shown.
This should apply to all variable types: Binary, String, Symbol, and to the compound types in both the number of elements shown and the size of each element: List, Map, Array.
The text was updated successfully, but these errors were encountered: