Casey Rodarmor

Results 1064 comments of Casey Rodarmor

Got it, thanks for the explanation! That all sounds good, want to submit a PR?

See comments in #2361, but I'm leaning towards not adding this. I fear it will get out of date or the build will break, and I'm honestly pretty unlikely to...

Looking at this, I think maybe it's better if we just put all the entries for `Various` at the top of the table, instead of splitting it into two ,...

My suggestion is to keep a single table, but to put the cross-platform options at the top of that single table.

Just based on personal preference, I think I like a single unified table best, mostly because I don't like too deeply nested headings.

I wound up doing this in #2385, and I think you're right, multiples tables are probably best.

It isn't possible at the moment, but I think this would be a cool feature. I think the best way to implement it would be to add [annotations](https://github.com/casey/just/issues/604), and then...

Thanks Robert, I appreciate kind words! I'm glad to learn about `npm-run-all --parallel`, and agree that this would be a very worthwhile feature. I think that there are a few...

Definitely sub-optimal than having it built into Just, but glad you found something that works! I'll have to check out pueue, it looks dope.

> My solution is to have a just command that's invoking make that's invoking just. 😄 It works. Dunno whether it should work. That sounds like a highly reasonable solution...