Andrey Nering

Results 285 comments of Andrey Nering

This is about allowing `begin` and `end` for `interleaved` [just like we allow for `group`](https://taskfile.dev/usage/#output-syntax): ```yaml output: interleaved: begin: '::group::{{.TASK}}' end: '::endgroup::' ``` The problem is: the output will be...

One way to support this that is more in line with our current conventions is to read this variable from the `.env` file, so that could be committed and every...

It looks like the build failed. It may not be related to this change, though. Perhaps try a rebase? https://app.netlify.com/sites/taskfile/deploys/661d2bcac480240078f7fc4e

@pd93 This change breaks the local server/build when `CROWDIN_PERSONAL_TOKEN` is not set. Ideally contributors should be able to compile the server as well, so we need a fallback. Anyway, translations...

I rebased to fix a conflict.

#1202 added this to the FAQ page. I still think this proposal is valid, though, so I'll keep this issue open.

I liked the idea! Specially having in mind that not all Task users are Go programers (used to the Go's template engine). We could even introduce the engine better on...

Hi @vergenzt, @pd93 worked on it in #1653, and a preview is available here: https://deploy-preview-1653--taskfile.netlify.app/next/reference/templating/

Since YAML v3 is now released and we're using it, this is done to be tried again.

@pd93 Interesting your idea to use it to more easily executes commands via Docker and SSH. We had ideas about adding specific support for Docker and SSH in the past,...