MultiBar only works with threads
Offen
- Vorherrschende Sprache
- Rust
- Sterne
- 600
- Forks
- 59
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- rust
- Bereich
- cli, tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 45/100