Zack
Zack
Would welcome a PR for this!
3e6b9bf didn't fix any particular problem I knew of and caused a new problem - that progressbars that are shorter than previous are not be cleared so you get things...
See my previous comment
@Bird87ZA Do you have a minimal example you can share?
It might be a `docker-compose` thing. Have you tried in just docker, using [the TTY flag](https://stackoverflow.com/questions/50157129/terminal-progress-bars-not-displaying-in-the-docker-console)?
I couldn't get your example to work, but this works fine: ```Dockerfile # Dockerfile FROM golang AS builder WORKDIR /app COPY . . RUN go mod init test.com/m1 RUN go...
Will accept PR to fix this
Yes, unless you know a way of doing it that works in Windows? That would be great!
Hi all. I'm not going to personally implement this - I've never had a reason to use multiple bars. But I will accept any PR that does implement this.
yeah seems like a job for generics, now that they are available. Would accept a PR for this