Paul Annesley

Results 83 comments of Paul Annesley

I have the same issue with `cmp`, but not specifically `cmp-cmdline`. I'll post it here for now because I suspect it's the same underlying issue in `cmp`. Please let me...

Hrmm, I can't reproduce it after restarting vim, but this does hit me most days. My guess is that an unlisted scratch buffer is somehow losing its `buftype=nofile` Scratch status,...

It's possible the agent side of this isn't quite a bug. Lox says: > I think what we were aiming for was to add timestamps incrementally for long-running single lines...

#1268 fixes the case where a single `buildkite-agent artifact upload` would upload the same file twice if it's matched by multiple paths/globs. That includes the array version of `artifact_paths` in...

Oh interesting — I hadn't realised the docs said that. I'll reopen the issue.

Our current thinking is that: - we _encourage_ pinning to a specific stable ref (a tag or a commit) - but we understand that doesn't suit all cases, so… -...

@mipearson @sj26 I think ideally we'd treat tags as immutable (even though git doesn't), but how would we differentiate between a tag and a branch? Unless there's a good answer...

> * the agent should update plugins before every step/job > * unless they've already been updated in the past hour Oh, and I left the reasoning for that implicit,...

IMO the default of `buildkite-agent artifact search` should change to finished-only, and if anything there should be a flag to opt in to including unfinished artifacts.