Maxim Zhiburt

Results 278 comments of Maxim Zhiburt

Hi @aharpervc I hope you'll get a chance to take a look at the example I've provided. I just want to let you know that we've merged `TotalWidth` in master...

I came with a conclusion that `TotalWidth` name is not very explicit. So I split the functionality between `MinWidth` and `MaxWidth`. Look at this example. https://github.com/zhiburt/tabled/blob/a37078a0cc835755b181856d426ac7ff9ccb51e4/examples/terminal_table/src/main.rs#L37-L48

@aharpervc Hi once again I really don't want to bother you including the fact that you've already mentioned that. And I neither want to spam your inbox. Just wan't to...

The theme could be responsible for a layout of a table, e.g #130 . The implementation I have in mind is to have a `ThemeBuilder` which would be responsible for...

``` .----------------. | 2 | John | 34 | | 1 | Bob | 52 | | 3 | Jim | 83 | '----------------' ``` Seen here https://github.com/sorensen/ascii-table

A new style of a table from nushell also quite pretty (round corners)

Yes.... the descriptions is something which often lacking.... Hi @jk-gan So the title is a bit outdated. But the idea is just to change these `prefix` and `suffix` to `Cow`...

Hi @fdncred `border_text` and `span` could be set as an argument in `table` binary. Like this. ```bash table --split-text='$row:Hello World' --span='$row,$col:$span' ``` Usage of `expanded_display` could be a flag in...