Tyler

Results 17 comments of Tyler

On this front I found https://github.com/sjansen/watchman -- it looks like a Go client that does exactly what was mentioned in the Reddit post. The project seems largely WIP and 3...

Thank you for reporting this. I will see if I can add a fix and test coverage in my PR at #656.

I've been thinking about ways to add wildcards to task calls recently. I don't think it's a breaking change but this could be a good feature candidate in `v4`. It...

@ghostsquad You bring up a good point that no other tool runs command lists in a single shell. I'm for keeping the precedent consistent across tools. There is also the...

@ghostsquad So I just tried the `dotenv` feature and realized why it wasn't working for me at first. Here's a use case: build.env ``` REPO_ROOT=$(git rev-parse --show-toplevel) ``` Taskfile.yml ```yml...

Lazy loading does sound like the solution to a lot of issues being reported in this area (#535, #582, #591) -- Do we have an issue or discussion created where...

Sometimes I think of tasks as functions, and it does seem to make more programatic sense to have the order of priority be least specific to most specific. Like the...

Hi, is it OK to close this issue with the provided workarounds?

I'd like to expand on this idea a bit more... I've been thinking it could be useful to have `Task` interpret glob-like patterns when finding tasks to run by name....

I'm running into issues in VS Code where the Taskfile YAML Schema is complaining about the new `hooks` field. Any ideas on how to update this? ![image](https://user-images.githubusercontent.com/4533910/151679151-a26e2b7f-015f-44be-86a2-b1ee7d89d376.png) Edit: Nevermind, found...