Casey Rodarmor

Results 1064 comments of Casey Rodarmor

While `@@` is nice and concise, it might be hard to learn and remember what it does. I think the right way to solve this is to add a general...

I think this ships has kind of sailed, since it would be a disruptive change for shebang recipes to start printing their contents by default.

We could also call this `tracked`, or something. Or maybe that should be a separate setting, for things you want to keep track of, but don't want to lock.

I was thinking about it, and I think there might be some drawbacks to using labels: - `ord wallet restore` accepts a mnemonic or descriptor, which doesn't include any information...

Thanks for the issue! I'm very happy to see `just` in as many package managers as possible, but I never maintain packages myself, just because it becomes a burden to...

Sorry for being so delinquent reviewing this! Another project of mine has gotten popular this year, so I haven't had as much time for `just` as I would like. I...

@EliahKagan Partially. I believe this also adds a `--parallel` flag which allows executing command-line invocations in parallel. This is pretty stale, and it's partially redundant with #2803, so I'm going...

I wanted to +1 this. Or, at least +1 the idea of adding the ability to do progress callbacks when hashing a large amount of data. I'm working on a...

A custom reader is super clever! > I haven't tried this either myself, but since Hasher uses Rayon-based multithreading, I wonder if a Rayon-based many-file/directory-tree walk might naturally do the...