EdJoPaTo
EdJoPaTo
> It's a pretty common pattern for libraries to expose their main types in several locations. Then I don't like their code quality :innocent: Having exactly one way of doing...
- `ratatui::widgets::block::Block` and `ratatui::widgets::Block` - `ratatui::widgets::block::title::Title` and `ratatui::widgets::block::Title` - #738 - #1012
> Yeah, that one is on stalled because I haven't yet gotten back to reading it again. Title but not Block itself? Edit: its annoying to remove `ratatui::widgets::block::Block` when `Title`...
> Let's go with `0.28.0` release this week (possibly tomorrow). There are a bunch of approved PRs that should get another review and getting merged before a release should happen....
Stuff like this points to merging or at least moving stuff around: https://github.com/ratatui-org/ratatui/blob/cd93547db869aab3dbca49f11667a8091a7077bd/src/terminal/terminal.rs#L427-L429 Also, there can be default implementations on traits using other trait methods so it doesn't need to...