pub fn fetch_portfolio( login: &str, cfg: &ScreenConfig, ) -> Result<(Vec<RepoLite>, bool), String>
Fetch + project one user’s owned repos. Returns (repos, capped).