@sam-kleiner commented on GitHub (Sep 8, 2025):
I think no-percent-bars may have the same issue
I tried:
bars=false
no_bars=true
percent_bars=false
no_percen…
@bootandy commented on GitHub (Jul 29, 2025):
I don't think I want to go down that route. I think opening up ssh sessions would create a whole pool of new bugs.…
@bootandy commented on GitHub (Aug 1, 2025):
it's a bug only in v1.2.2 https://github.com/bootandy/dust/pull/518 its fixed here.
I'm getting a release out soon
@msrd0 commented on GitHub (Jul 29, 2025):
I was afraid you were going to say that
@bootandy commented on GitHub (Jul 11, 2025):
is this the same as: https://github.com/bootandy/dust/issues/444 ?
@bootandy commented on GitHub (Aug 13, 2025):
Fixed in latest version
@lolbinarycat commented on GitHub (Jul 11, 2025):
Similar, but I'm proposing a much simpler solution: just ask the fs for the total used space (like how df…
@bootandy commented on GitHub (Aug 13, 2025):
Can you tell me how I can create that situation - I need to be able to create it before I can process it. - Some…
@lolbinarycat commented on GitHub (Aug 13, 2025):
symlinks have nothing to do with this.
you can either use O_TMPFILE, or you can create a file, open it, then…