Nic Cope

Results 846 comments of Nic Cope

We've caught up with @mattchr a few times lately - just dropping a note to mention this is still a thing that is slowly progressing.

What's the underlying behaviour in MySQL here? Does deleting the user automatically clean up the relevant grants? If so, the grant controller should probably contain logic such that the `Delete`...

I vaguely recall that the error output format was not very consistent between error conditions. I also suspect this will likely be unstable from version to version of Terraform so...

While arguably being more awkward, the current approach is idiomatic to how we typically approach this in Crossplane (e.g. AWS tags are also k/v objects). I believe this is informed...

I just hit this with v0.8.11. I was trying to use the `--no-use-registry-for-with-docker` flag to workaround https://github.com/earthly/earthly/issues/3206.

https://github.com/tinygo-org/tinygo/blob/731532cd2/src/machine/usb.go#L261 I'm attempting to take a shot at this, using TinyGo's implementation as a reference. In part because it seems more minimal than alternatives like TinyUSB. I believe TinyGo have...

Unfortunately I didn't get very far before my vacation ended. I was finding it pretty hard to figure out how to cleanly extend the existing USB implementation. A _lot_ of...

Perhaps it would be useful to enumerate the kinds of errors we see and where we feel they should appear. Here's a few things I can think of that would...

Throwing out some other options here. We could: * Ensure all events pertaining to resources derived from a particular claim are labeled consistently. This would allow you to `kubectl get...