Khải

Results 86 comments of Khải

@bboysnick5 Version [0.9.0](https://github.com/KSXGitHub/parallel-disk-usage/releases/tag/0.9.0) has been released. Can you check if the bug has been fixed?

The main functionality of this action is to publish AUR package, not to build it.

The default `test_flags` is `--cleanbuild --nodeps`. Maybe you can explicitly change it to an empty string?

If your `PKGBUILD` was generated, you can have one source of truth for both `assets` and `PKGBUILD#source`. I also welcome PR to implement new feature, as long as it doesn't...

Correct me if I'm wrong, the feature that is being requested here would allow parsing mutually exclusive sets of flags into different variants of an enum, right? I really want...

@vendethiel I already know that there is a `(.)`, but `(. name) obj` results `obj.name` in JavaScript, not `obj[name]` — which is what I wanted

@dk00 Thanks. I didn't know about this. I still think `([] name)` is more intuitive though 😸

`pdu` was never really designed to run on HDD (I forgot to mention it in README.md). But if there's an easy way to detect HDD and limit rayon thread to...

I haven't seen a filesystem so deep that it exceeds the stack. I suspect your filesystem in question has some circular mounts, which `pdu` does not know how to handle...

I am quite busy recently, so I am willing to accept a PR that accepts a parameter named `asset_dir`. * This `asset_dir` should conflict with `assets` to avoid confusion (user...