Patrick Fiaux

Results 39 comments of Patrick Fiaux

Print on start would work, happy to work on a PR after I finish the one I already started.

@vito I saw this is still open, it can be closed right or was there still an open point to tackle?

We were interested in adding it at job time, it's a little bit less important for us now because we can't use the traces for the metrics we wanted to...

Looks like the pipeline doesn't use the [static](https://github.com/buildkite-plugins/golang-cross-compile-buildkite-plugin#staticoptional) flag, that's probably why: https://github.com/buildkite/buildkite-agent-metrics/blob/master/.buildkite/pipeline.yml#L15

I thought the site might be running the PHP version, since i noticed that was indeed more options in node. This is why i'm confused that it behaves differently on...

Hello, I heard about bluefin recently and was curious about arm support so I ended up here. Is this the starting point to track for arm64 support to make it...

The maintainers of go-github (see the issue linked above) ended up changing their package slightly and removing the dependency on circl which solved the problem for good. Before that I...

Hope it's OK if I jump in since I'd love to see this as well. Go is backwards compatible so the go toolchain shouldn't be an issue and since it's...

I've tested the following approach, set `GO_GOLANGCI_LINT_CONFIG_FILE` to `.golangci.v1.yaml` and create a migrated V2 config at `.golangci.yaml`. It seems to let me lint locally with V2 yet allows megalinter to...