Andrey Nering

Results 284 comments of Andrey Nering

As said on https://github.com/go-task/task/discussions/753, we actually have two extensions maintained by the community. Once we have this JSON output working, perhaps we should have an official one to give it...

Hey @davidalpert, thanks for working on that. I plan to review your changes once possible. @ssbarnea Having the ability to generate the schema automatically would be interesting. I just don't...

I'll try to write some thoughts about the design, and joining the discussion from #884 into this issue. I think this will be simple, and a call is not necessarily...

I don't think so. With `--json` we won't be executing the tasks, just outputting JSON information about the available tasks. In theory we could also allow `--output=json` if that happens...

Hi @davidalpert! Looks great to me! Feel free to ask me a review once it's ready (or close to it) so I can look in depth. And you're right, improving...

I think this would be useful as well. For comparison the [vcr gem in the Ruby world](https://github.com/vcr/vcr) does this. The reason is that it allows us to easily see what...

Thanks @mvdan for taking the time to work on this! I have the impression that bringing support to Windows should be easy, at least with regard to fixing that particular...

The code looks great to me. If it helps to prevent any problems, I see no problem in making it a separate module. In this case, it's important to add...

@pd93 This issue is a different proposal, though. The idea here is that the commands listed on `cmds:` are executed remotely in another machine using SSH. It's similar to the...

Good point. Closing in favor of #448.