choikangjae
Results
2
comments of
choikangjae
I will leave some explanations for who got so confused like me. Let me show an example first. ```rust let chunks = Layout::default() .direction(Direction::Vertical) .constraints( [ Constraint::Length(3), Constraint::Min(10), Constraint::Length(3), ]...
Any updates here? I am having same issues and very likely nobody is supporting it.