Pete Davison

Results 25 issues of Pete Davison

## Problem Building on the fantastic work introduced by #656, I have been refactoring some of my projects with a `taskfiles` subdirectory. This helps me manage my extemely long files...

I was experimenting with refactoring my (now very large) Taskfile into smaller, more manageable files and I came across #661. This functionality would really help us to make our tasks...

feature

`interp.New()` currently has a field for accepting a set of `interp.Params(params...)`. This allows us to set POSIX options like `set -e`. However, we are not able to pass Bash opts...

I'm trying to convert a monorepo project into a workspace and use modules for each of our services. However, some of our modules require different `buf.gen.yaml` configurations and I'm struggling...

Simple PR to add `LessThanOrEqual` and `GreaterThanOrEqual` methods. These are syntactically the same as the existing `LessThan`, `GreaterThan` and `Equal` methods in that they are just wrappers around `Compare`. The...

This PR enables the ability to pass a remote Taskfile URI to the `--taskfile` flag. This basically means that your root Taskfile will be a remote one. When specifying the...

When you create a map variable using the any variables experiment, any strings that contain templating are not evaluated by the templating engine. Instead, the raw, unevaluated string is returned....

type: bug
area: variables

> [!WARNING] > All experimental features are subject to breaking changes and/or removal at any time. We strongly recommend that you do not use these features in a production environment....

type: breaking change
experiment: draft

> [!WARNING] > All experimental features are subject to breaking changes and/or removal at any time. We strongly recommend that you do not use these features in a production environment....

experiment: draft
area: remote

> [!WARNING] > All experimental features are subject to breaking changes and/or removal at any time. We strongly recommend that you do not use these features in a production environment....

type: breaking change
experiment: stable