Valentin Maerten

Results 79 comments of Valentin Maerten

@blackjid & @pd93 Following this comment : https://github.com/go-task/task/pull/1652#discussion_r1659114619 I've changed the url to be go-getter compatible. I've also put the ref optional, default to the default branch

@blackjid I've merged this one to move forward on this feature Let's talk about go-getter or not, in the remote issue or the PR

@neriaad Your example is working as expected cf : ![image](https://github.com/user-attachments/assets/60739215-11f9-4ae5-a4fb-2cc024b4d89b) @mvhatch Can you provide the full example (that I can copy / past) ?

Hey @pd93 & @andreynering, I'll start by quoting you: > Both proposals are valid, and I'm open to discussing both. ### Merging `envs` and `vars` I like this approach because...

I'll update this dependency as soon as it's released.

mvdan/sh has been updated with the latest version, It'll be available in the next release :)

hi @ambis As a workaround we can specify `silent: true` in the task itself : ```yml # taskfile.silent.yml version: "3" tasks: me-not-silent: silent: true desc: "hello" cmds: - echo hello...

Hello ! You can skip all prompts with --yes (-y), but you cannot skip only a specific prompt when calling another task. In our example you can do this :...

This is possible to set dynamic env variable but only one at the same time : ```yml version: '3' tasks: greet: env: GREETING: {sh: echo 'hello'} FOO: bar cmds: -...

Ok third attempt I think I have to desired behavior: - If the request timeout && --download : error - If the request timeout, use cached copy : - If...