Henry Course
Henry Course
Hi @moreati, I'm Henry and I'm currently working on [Merge Mamba](https://github.com/marketplace/merge-mamba). If your project is having trouble with merge conflicts you might find it helps to avoid them in future...
Experiencing something similar using an EKS cluster with IRSA auth. boto/cli both work correctly in the container but I'm getting an error when the pod tries to connect to S3...
@austinvalle want me to take this on to get it over the line?
Oh noted, just saw your comment. All lgtm so I guess it's one for @DrFaust92.
Indeed, but it is imported [here](https://github.com/go-gorm/playground/blob/4f84925d5e87c3c8b9ac5cfc14a7db47fb0ea4f7/gen.go#L5) in playground.
So the issue here as I understand it is that `/gen/examples` was made a submodule in [this commit](https://github.com/go-gorm/gen/commit/e89693f2e73d49d64d53b32d5927b4b7445ff4d8) and as a result the current import strategy doesn't work. I don't...
Am just writing up a PR now but I've checked out the gen repo and am using: ``` replace gorm.io/gen/examples => ../gen/examples ``` which resolves the `/examples` submodule correctly. For...
Have raised an [issue](https://github.com/go-gorm/gen/issues/1226) to fix what I think is the root cause