Peter Mounce
Peter Mounce
I would like to be able to automatically retry builds via configuring patterns at a step / pipeline level. ```yaml - label: foo command: echo foobar retry: automatic: log_output: -...
Currently, https://buildkite.com/organizations/improbable/agents is what is available to manage agents. I have currently low hundreds of agents, 8x to a node, single platform. I'm soon going to introduce Windows, 1x to...
I have submitted a package that uses one of the helper functions that modifies the machine's state, and had that [flagged up by validation](https://github.com/chocolatey/package-validator/wiki/InstallScriptWithUndoableActionsNeedsUninstallScript) I was going to write `Uninstall-ChocolateyPath`...
Hi there - do you have any worked examples of consuming the metadata, or is that going to be entirely custom per thing that is reading from the github API?
Hi there - we use [bazel](https://bazel.build) within our multi-product repos. It would be great to have dependabot understand and integrate with that? Broadly, bazel is a cross-platform and cross-language build...
Currently, if a `collection.ShouldContain(/* predicate */)` assertion fails, I get an error message like ``` Shouldly.ShouldAssertException : Result should contain an element satisfying the condition ((((x.DayOfWeek != _dayOfWeek) AndAlso x.StartAt.Equals(RedEye.StartAt))...
We have a logging middleware that stamps each request with a [canonical log-line](https://stripe.com/blog/canonical-log-lines). That attaches http request metadata as well as other things. That in turn causes GCP Logging to...