Valentin Maerten
Valentin Maerten
Hi, We have one taskfile at root level (Taskfile.vars.yml). We also have multiple Taskfile file in subdirectories (one per project) like this : ``` Taskfile.yaml Taskfile.vars.yaml code/ ├── frontend/ │...
The recommanded way to use AWS SSO is : https://docs.aws.amazon.com/cli/latest/userguide/sso-configure-profile-token.html ``` [profile my-dev-profile] sso_session = my-sso sso_account_id = 123456789011 sso_role_name = readOnly region = us-west-2 output = json [sso-session my-sso]...
### Describe the bug Context: - built with builder-vite - Props with Union type (like `Size` on your `Button.tsx`) - Addon-control enabled - HMR enabled on vite If we modify...
I've work on add the support of Git in the remote experimentation. I've used the go-git package, which is Git implementation in pure go. I've also used git-urls to help...
Node 16 is deprecated so I've bump checkout / setup-go and setup-arduino to the lastest version
I've introduce a new concept in node, the `filename`. This will allow us to store remote checksums/cached files with a more user-friendly filename Linked to : - https://github.com/go-task/task/issues/1317
I've added a command to clear the cache for remote files. I've made the choice to disallow using download and clear-cache at the same time because clear-cache should be used...
Linked to : - https://github.com/go-task/task/issues/1038 I am totally open to rework this, including add new template function (as discussed in discord)
Hey! ## Context When we have multiple remote Taskfiles, I noticed it can takes time to download all of them, so I added `--offline`. But it was still taking times...
Two things in this PR (very correlated) : - Add a `TASK_OFFLINE` env variable to control `--offline` flag. Is it useful when you want to use `--offline` all the time....