Maxim Zhiburt

Results 278 comments of Maxim Zhiburt

Hi @IwateKyle could you try to do the same on https://github.com/nushell/nushell/pull/6286?

From what I see it's very likely related to tabled. See how it split *input* word into 2 😥

I've found the cause. Already fixed, but I need to do a bit more testing. ref: https://github.com/zhiburt/tabled/pull/207

So as I said this issue must be fixed, see. was ![image](https://user-images.githubusercontent.com/20165848/187661224-67c96a03-c437-460c-886a-674b59b24388.png) now ![image](https://user-images.githubusercontent.com/20165848/187661162-ebd8e339-2db6-43b9-a2e7-356dca7f1fed.png) _________________________________ But...... I've noticed another issue, which could occurre when a word is colored by different...

> I'd rather it be accurate. I did switched back to it. > the \u{1b}[39m\u{1b}[49m\u{1b} in all this above it totally wasteful. It's setting the default foreground and background and...

Hi @aldanor Thank you for opening the issue. > An easier way for vertical alignment of the table and the header being vertical? (unless it already exists and I'm missing...

> What I meant is an easy flag of saying - hey, this is a vertical table, where headers are in first column and entries are columns and not rows...

But maybe complete "flip" would do not what you'd expect. . Imagine if we flip this to the left. ``` | name | based_on | is_active | is_cool | |---------|----------|-----------|---------|...

I am actually writting to let you know that I've merged `VerticalLine` recently so you can better do your own style. See. https://github.com/zhiburt/tabled/blob/4999c94e8c75ea0716ad5f5a21dbfd97a6cafa1a/examples/custom_style.rs#L27-L47 ``` ┌────────────────────┬─────────────────────────────────┐ │ name │ first_release developer...

The output where we don't do any shifts. ![image](https://user-images.githubusercontent.com/20165848/188373528-ef543d18-f547-4727-81bb-3ffac179529b.png)