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
Maybe yes, maybe no. Plain text conversion for an arbitrary data structure was never thought out too much. It was more or less implemented in a way that a human readable plain text document is generated. It falls short in a lot of ways, especially for deep nested data structures. The idea was to have a good default to render data to get you started. It's expected that custom render functions will be used according to the needs of the individual project.
I don't want to put much effort into this, TBH, and keep backward compatibility.
Sorry for being a pest these days, but wouldn't it be nicer if
text/plain
were rendered by default withpprint
? Something like this:instead of the current implementation
The text was updated successfully, but these errors were encountered: