Andrey Nering

Results 287 comments of Andrey Nering

Hi @ProfessorManhattan, Something I had in mind for a while is that we could potentially have an `if` keyword for tasks and commands: ```yaml version: '3' tasks: foo: cmds: -...

> isn't that what `status` is supposed to do? decide to skip a step? You have a good point, we'd have some intersection between these two features. `status` currently prints...

Hi @zx8, I'm not ure this is a common enough use case. But I'll keep this issue open for a while to collect more opinons.

~@shinebayar-g That's a valid suggestion, but I suggest you to open another issue about it.~ ~Making feature request in comments of an other issue makes it way more likely that...

@zx8 You're right, I totally misread that comment. I was responding to many issues/comments earlier today and definitely made some confusion. Sorry.

Better to make it clear: I'm the principal maintainer of Task and nothing will change, Task will still be maintained. fngo is an unrelated project by @ghostsquad. Regarding v4, I...

Hi everybody, Changing the priority order of ENVs is a breaking change and would be unexpected to existing users that rely on it. Currently it's possible to override ENVs with...

Hi @lunny, So, this is something that was discussed before, and I actually wanted to solve this from the beginning, but it requires a considerable amount of work. You may...

Just found the issue I was looking for: https://github.com/ericlagergren/go-coreutils/issues/114

Hi @gedw99, > I wonder if this is also useful? https://github.com/u-root/u-root Hmm... interesting project. It definitely have some core tools implemented. Would still require work, though, since these tools are...