MultiBar only works with threads
Ouverte
- Langage dominant
- Rust
- Étoiles
- 600
- Forks
- 59
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
The only way to display multiple progress bars is to use threads, this requirement isn't documented, and when you use single threads, you get silent failures.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Look at the MultiBar implementation in the source code, likely in a file like `multibar.rs` or `lib.rs`. Understand how it currently relies on threading. Run the existing tests to see the silent failure behavior. The fix involves modifying the library to support a non-threaded mode or improving error messages, and ensuring the documentation is updated.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- rust
- Domaine
- cli, tooling
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 45/100