Andrey Nering

Results 284 comments of Andrey Nering

Respecting `.gitignore` is a nice suggestion. In theory it'd be a small breaking change, though, because some users may not expect it to be excluded. Alternative, we could introduce a...

Hey @ssbarnea, Can we reliably detect that a Linux binary is ran under WSL? If so, we can consider adding another template function. I wouldn't change the `{{OS}}` function because,...

We can get some inspiration from https://github.com/scivision/detect-windows-subsystem-for-linux There's potential to publish this on a standalone Go package on its own repository, so other people can benefit from it.

@joeblew999 Which one do you mean, specifically? People have linked a couple of them to me in the past years, but I honestly haven't paid much attention to them. In...

For those interested, I started a branch recently, but it has only the foundations for now, and doesn't do anything useful yet. I plan to work on it slowly. https://github.com/go-task/task/compare/main...tui...

Hi @tohutohu, thanks for opening this PR! It's an interesting idea to use the `Stringer` interface, indeed. I haven't reviewed the code yet (there would be some changes), but I...

Hi interested people. I see @maehldom opened a PR #1868 with a possible approach. I'm not sure if we're going to use that approach because Goreleaser also support Docker in...

@mircea-pavel-anton I just assumed Docker Hub was the default option and didn't think about alternatives. Are you aware of any advantages and disadvantages of each platform that I should be...

Thanks @mircea-pavel-anton. GHCR does look simpler, indeed. I'll think about it.

I got no response from Docker about the OSS plan (which would guarantee a better rate limit), so I think we're probably going to release to GHCR for now, which...