Andrey Nering

Results 302 comments of Andrey Nering

Hi @peterparser, Why do you think `posts` would be useful? You can already add extra commands to your `cmds` list. And to ensure something is run even after a fail,...

Closed by mistake? This still seems to be an useful change to me. @shrink @per1234

@xavdid The idea is that tests shouldn't touch the API on every run, so they're cached in a file for the first time, and then only replayed. But that don't...

There's a language server made by someone else that stopped being updated at 2020 but that we could potentially use as a reference to build a new one: https://github.com/paulvarache/taskfile-language-server. @Igorgro...

> I altered a dependabot configuration based on https://github.com/charmbracelet/x/blob/main/.github/dependabot.yml @slsyy Looks great! Feel free to merge once you're ready.

Hey @pd93, Two years ago, I opened an issue proposing something different, but that has the same objetive of reducing the confusion between vars and envs: - https://github.com/go-task/task/issues/1065 In that...

Hi @timrulebosch, I understand you have a valid use case, but it seems to be kinda rare to need this. I'll close this for now, but if more people find...

It seems to be working well in my tests 👏 Let me know if you have specific scenarios that you want help testing.

Hi @Joseph-D-Bradshaw, I just did some tests and, although this issues does happen on v2.0.0, it does not happen anymore on `master`. By the next release, it will be working...

Hi @jaynis, I gave this some thought, and I decided to go in a slightly different route. The whole purpose of `USER_WORKING_DIR` is to provide an easy way to run...