Andrey Nering
Andrey Nering
Hi @krystian-panek-wttech, I'm not convinced to add this to the code base. This seems to be more complex than worth it to just have a better log formatting. If you...
I managed to reproduce the issue, but couldn't quickly find the cause of the problem.
Hi @sisp, I have zero experience with the Python world, so to even consider doing this I need some guidance from the community. npm was easy because I'm more familiar...
Hi @NVolcz, This indeed makes sense, because we already have other special variables like `TASK`, `TIMESTAMP` and `CHECKSUM`. Implementation note: this variable should probably be an array (slice) because them...
Thanks @amakmurr! I did some very simple improvements at b6a9478065da83965563b1196a1889b6b6dabf61.
Hi @alexisvisco, thanks for opening the PR! The change looks promising, indeed. Performance gains are certainly welcome! I agree to make this a setting so it's not enabled by default....
Yep, that would be helpful. 🙂
Hi @chris-garrett, Once the PR is merged upstream just let me know so I can update this repo with upstream to automatically have that. I woudn't add it here first,...
It's probably possible to use reflection so that `dig` works with both `map[string]string` and `map[string]interface{}`.
Hi @lixin9311, I think having these functions probably makes sense, but IMO they would likely be a better fit [in the task repository](https://github.com/go-task/task/blob/41a71e1dee8cebbe51408758bc89bfefb0724c54/internal/templater/funcs.go#L17) than on this one.