MultiBar only works with threads
Abierto
- Lenguaje dominante
- Rust
- Estrellas
- 600
- Forks
- 59
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- rust
- Área
- cli, tooling
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 45/100