Nate Finch

Results 207 comments of Nate Finch

Hmm, yeah, this is a good point.

This is a good point. I don't really know why they're written without using sh :) Please feel free to update it :)

Yeah, I think this is a good idea, thanks. On Thu, Jul 28, 2022, 1:55 PM Jesús Espino ***@***.***> wrote: > I going to prepare a PR for this. >...

Yeah, this is a good idea

Variadics aren't currently supported.... But in theory they could be. Right now you'd have to do something like `mage run "foo bar baz"` And then do a strings.Split() by hand...

Oops, yeah, the instructions were updated for modules in the README on github, but not on the website. Thanks for pointing this out. Try this: ``` git clone https://github.com/magefile/mage cd...

Yeah, we can do better than that. We should be able to expose the underlying compile error.

oops, yeah, that sounds like a bug. Thanks!

I think this is a valid concern and I think there is a way to address it. But the linked PR was not the right solution. I think we can...

This is a nice to have, but as you said, the compile flag sorta fixes it (not a great solution). The biggest problem is that you would need to copy...