Paul Farver

Results 9 comments of Paul Farver

@mvdan this format is enforced in the tagalign linter from https://golangci-lint.run/usage/linters/#tagalign if that is worth considering

@masterzen Would you be interested in a PR, where we pass the context to the http request as well with `http.NewRequestWithContext`, so we can control cancellation of the entire process.

> Hi Paul, I toyed with that as well, however canceling the program on the remote machine requires a successful HTTP REST call, so that did not work out for...

Jumping in here to say, that I think this would be a great feature, and something we could use too. If nobody is working on it already, I'd be happy...

We see something similar to this. The patches only contain the status update, with an updated timestamp for reconciledAt. We have not tried rolling back to 2.10 but will probably...

So we tried rolling back to 2.10.12, but the issue persisted. I'm guessing our problem is unrelated

> @PaulFarver 2.10.10 onwards has the commit, can u try 2.10.9? Ah... my bad. We'll try rolling back to 2.10.9

@diranged I was actually working on an issue talking about this diffing issue, because I thought this was possibly a separate issue, but I'll put it in here. We had...

@diranged You'll have to use a replace operation with a json patch, and set the field to null. I also ran into a race condition, since I was trying to...