Nate Finch

Results 207 comments of Nate Finch

How does this benefit users of mage over the current published binaries on github and installations available through other systems, like homebrew?

Signing is usually a good thing. I'm all for it, but it's not high on my list :)

Yeah, right now, that's not possible. The way to get around it is to set environment variables, so like `OPTION=foo mage command` There's a feature request for doing automatic arg...

There's an example in mage's magefile here: https://github.com/magefile/mage/blob/master/magefile.go#L55 But you're right, there should be docs about doing this, since it's a fairly common need.

Yeah, thanks for bringing this up, that's something we should make work correctly - passing a signal down from mage to the commands you're executing. It will take some work,...

This has to be done by the terminal/os and is pretty fiddly, which is why I've hesitated to take on that maintenance burden.

Ahh like nested namespaces? yeah, I've been thinking about that. Seems doable.

Hmm yeah, that's a feature I intended to implement with the context, but currently it's not implemented. What *should* happen is that ctrl-c should cancel the context and then exit...

We can probably move the site to a separate repo. The reason it is in the same repo is to make it easy to update the site to go with...

Hmm. I had problems with keeping the original newlines, because the width of your editor window might be wider than your terminal window... And while the editor will scroll off...