Assem Marwan

Results 9 comments of Assem Marwan

An interceptor that pretty prints requests/responses with ability to customize the logger. - Pub: https://pub.dev/packages/dio_http_formatter - Github: https://github.com/assemmarwan/dio_http_formatter

I was about to take on this issue as a first issue in the Rust world specifically, however, I have not been able to reproduce the issue. This is what...

> Hi @assemmarwan > > Thanks for contribution, > > I think you misunderstood the issue a bit. (As well as I did with the example in the issue :))...

@zhiburt Do I keep the misunderstood feature 😅 ? Or should I discard it?

> > Do I keep the misunderstood feature 😅 ? Or should I discard it? > > I guess it's better be discarded as we can do exactly this by....

Alright, so I'll work on it such that: - All lines are allowed ( borders or non-borders) - Intersection is allowed

I have noticed that the functions `Table::get_width_ctrl` & `Table::get_height_ctrl` are not public 😬 . https://github.com/zhiburt/tabled/blob/64d68081580e05e7efe25945daa431a691cf2cda/src/table.rs#L293-L313 What do you recommend that I use to determine the target position of the character?

@zhiburt Would you please assist about how to tell whether a cell has borders. This is assuming I have the border. is this way valid? ```rust let mut border =...

@faztp12 Please add tests for `loadTranslations` since they are missing as pointed out by @e-lobo