Don Browne

Results 8 comments of Don Browne

FWIW, I ran into a similar issue: In my case, it was caused by having Secure Boot enabled on my host. If you are have Secure Boot enabled, you'll need...

For posterity: 1) This PR updated testcontainers, but did not bump the postgres and mysql drivers for testcontainers. There was an API breakage between the two versions so the build...

I have ended up in a strange place where running `make bootstrap` produces an error which states that `go mod tidy` needs to be run, but `go mod tidy` has...

Alternate suggestion: Return the type and ID of the entity, but do not return additional information. As we add additional providers and entity types, having entity details in this endpoint...

Looks like you need to re-run `make gen` to recreate the DB mocks.

I wonder if we should have an "atomic" edit/restart option instead of sequencing some of these operations in isolation.

This is a known issue we plan to address.