Maxim Zhiburt
Maxim Zhiburt
Hi @danieleades Honestly some of it were passed by value because of my consideration that the faster we `drop` the better. Thank your for the PR.
Hi @danieleades Just wanted to point out that now I think that generally pass a reference is better :sweat_smile: But I guess we can close the PR. Thank you for...
Hello @aharpervc, Thank you for opening the issue. Current there's no easy way to handle it. But I think we could add a support for this functionality. I tried to...
Hi @aharpervc I think it's a valuable feature to have at the end of the day. So I tried to add a support for this. Could you check [add-total-width-support](https://github.com/zhiburt/tabled/tree/add-total-width-support) branch?...
Here's the code from the former mentioned example ```rust #[derive(Tabled)] struct Release { version: &'static str, published_date: &'static str, is_active: bool, major_feature: &'static str, } const DATA: [Release; 3] =...
ping @aharpervc
> Can this be used in conjunction with cell content wrapping instead of truncation? Eg, cells can always be extended to fill the max table width if necessary, but a...
Hi @aharpervc I did a couple of fixes and add a support for wrapping, could you check this out Using `terminal_table` example on [add-total-width-support](https://github.com/zhiburt/tabled/tree/add-total-width-support) branch? Also could I ask you...
ping. Sorry if it's bothering you.