Chad Dombrova

Results 167 comments of Chad Dombrova

@hamdanal Test added and all tests passing.

As another example of why output configurability is useful is that I could see that enabling only the `review` and `summary` outputs (and disabling all others, including task output) would...

I see two pretty simple options that would get me what I'm looking for here: 1. Change the current behavior so that `--quiet` does not override `--progress`. This would be...

Note that go-task has this feature and it's pretty handy: https://taskfile.dev/usage/#using-programmatic-checks-to-indicate-a-task-is-up-to-date I needed this feature because the output of my task is outside of the repo, so I can't use...

Am I correct in understanding from [this doc](https://moonrepo.dev/docs/concepts/cache#hashing) that moon plugins for tools like Bun and Deno read config files and use this information for hashing? I was hoping that...

Is there any optimization in place to skip hashing files that git has already hashed? A quick read up on `git hash-object` suggests that it always re-reads and re-hashes files....