Badr

Results 140 comments of Badr

@kromsam > how is the work on implementing the NetworkManager backend going? Is it worth the wait? The work to support NetworkManager has started but it is very slow as...

I am probably biased here but I very much agree with @jardahrazdera . I think it is overall better to avoid bloated software that try to do everything at once,...

I have seen your implementation, I think it is be better to do it using `tui input` crate itself. look at this example https://github.com/sayanarijit/tui-input/blob/77634cf42c22fd68657a9c45b5ebd66559bf127a/examples/ratatui_crossterm_input.rs#L123

PR is welcome :)

Thanks for reporting those issues and the fixes for them. I will look into the last point, that one I was not aware of

I don't have much time these days but PRs are always welcome :)

> I could try and give this an implementation attempt, do you have any guidance to get me started? I have a draft in a local branch, let me clean...

> No my question was about the current firewall rules. ah okay, the tcpdump like are not meant for the firewall functionality. They are just a way to filter what...

Was not aware of the crate `textwrap`, I'll give it a try Thanks Josh :pray:

I'd like to keep it one till we have a `wrap` for ListItem or decide we won't have it at all. I lean more toward the first option personally.