realm / realm-studio

Realm Studio
https://realm.io/products/realm-studio/
Apache License 2.0
300 stars 39 forks source link

Better visualization for mixed and dictionaries #1662

Closed gagik closed 3 months ago

gagik commented 3 months ago

Is your feature request related to a problem? Please describe. Since we're using flatted , the stringified output can be weird to read as a human; for example: flatted.stringify([123]) == "[[123]]" or flatted.stringify([[123]]) ==[["1"],[123]]`

Describe the solution you'd like Use util.inspect to visualize these cases instead.

sync-by-unito[bot] commented 3 months ago

➤ PM Bot commented:

Jira ticket: RSTUDIO-539