Andrey Nering
Andrey Nering
Hi @Nantero1 and @lucasfcnunes, I just took quite some time debugging this issue, and it's a bit tricky to fix. I'll write it here to help myself when I back...
Hi @danielrbradley, thanks for opening this issue! I'd be happy to review a pull request for this! Implementation tips: - For `timestamp` tasks, it's just a matter of updating the...
Hi @tylermmorton, thanks for yet another PR. I see future in this PR, but I understand we need to discuss what we really want to do here before proceeding. The...
Hi @dischello, Sorry, I'm not sure I understood the request. Do you want to assign the result of a task (STDOUT) to a variable?
@dischello Yeah, that's not ideal, but recursively calling `task` works. I'll keep this open in order to maybe allow this in the future: ```yaml vars: FOO: {task: foobar} ``` This...
Closing in favor of #920
Hi @superlevure, and thanks for opening this issue! I think this is an interesting proposal, but I'm not sure everyone would think this is the desired behavior. Hearing more opinions...
Hi @dolfelt! I think that this seems to make sense to have. Changing `Status` from `[]string` to `[]*Cmd` is the initial step, but more changes will be needed to make...
Hi @is-jonreeves, and thanks for opening these issues! @SwitchedToGitlab's suggestions make sense, but may not be easy to implement. --- Note to myself: Another way to fix this would be...
As I haven't been using Windows often recently, so I don't plan to work on this soon. That said, if anyone has instructions on how to proceed to do that,...