Nic Cope

Results 846 comments of Nic Cope

@bobh66 Yeah, @luxas and I briefly discussed that. Tracing a change all the way from claim change -> cloud API call would be neat but might be more than we...

Watches are pretty expensive - I think we need to be careful about a controller that could start watching tens or hundreds of types. For small sets (2, 3, 4...

/fresh Sorry for the late response. I think it makes sense.

I'm not sure this is the right direction for the package manager. It's one avenue I wanted to explore though, and I think at the least there's a few patterns...

@coderabbitai Please review this PR for me, despite its draft status.

Something that didn't occur to me until today - do we want to back port this change to our currently maintained release branches? If not, we'll be working with two...

I've seen https://github.com/earthly/earthly/issues/3736 once or twice today (but not before). It seems like we can run with `--disable-remote-registry-proxy` to workaround this if it happens a lot. It's unclear to me...

Here's an example of a PR with a full remote registry cache hit. You can see that the lint, check-diff and unit-test jobs all complete in less than a minute....

Just realized we need to teach Renovate about `earthly` - https://github.com/crossplane/crossplane/pull/5753#issuecomment-2136434340

The E2E tests should be writing `e2e-tests.xml` for Buildpulse when they fail, but they don't. https://github.com/crossplane/crossplane/blob/ed0fb98cc8d19a96229caf460f2b0950d583438f/Earthfile#L62 I think this error has something to do with it: ``` unlazy force execution:...