Maxim Zhiburt

Results 278 comments of Maxim Zhiburt

There's one more thing which we could be added. We could potentially add gradient support for border color. Here on the picture I've done it for the whole table. But...

BTW: I guess you could make a different command for colorization? (maybe it's already exists)

> expanded_display - This look and feel kind of reminds me of a debug display. I wonder if we can make it useful in the debug command? I don't know...

> @zhiburt Are you on discord? We've launched a new #clubhouse for people who have at least 20 PRs and you qualify! If you don't participate on Discord, that's cool....

I had an idea to build a table for `serde_json::Value` for a while, and today got to this. It looks not ideal I'd say. But I can't yet came up...

Sorry for the delay. It took me more effort than I was thinking.... (I can imagine there are some issues there still..... :disappointed:) You can see some examples of `json`...

> Alternatively, if we have a new table subcommand like table fancy (or some other name) we can make it understand your json syntax and instead of just rendering the...

Just noticed one thing. See this section, ![image](https://user-images.githubusercontent.com/20165848/191076576-736bb730-45b6-4ec6-8dea-de1b84be7f92.png) like it differs from this ![image](https://user-images.githubusercontent.com/20165848/191076541-237fbaa9-e594-427c-afd8-1f37b7e1bdd3.png) I've just checked and the reason is because sessions is actually a list of maps. Meaning...

Spend some time to fix it. ![image](https://user-images.githubusercontent.com/20165848/191300012-8032a133-deea-46f8-b30a-97cea43ebb12.png) But I think we can't fully represent nushell data as a json because of the format. Specifically see like we lose the alignment...

Right, but we probably can't use this `json` exactly like this. Currently running your `json` we would get exactly this. **It may be an incorrect representation though let me now...