Gustav
Gustav
> Not reproduce. I think it is more a nvim setup. Interesting. Is your nvim setup to automatically change directory based on file? If you run `:pwd` does that include...
So in that case the `go.mod` file is in the `:pwd` directory. If move the module to a subdirectory as per my instructions above, if I updated the above instructions...
I'm not too familiar with lua scripting in nvim, but it looks like this just changes the directory, without changing back afterwards. In my environment that would cause other things...
> First it is unclear to me still what the 'current' loadings strategy _is_ -- the docs and the implementation seem misaligned. If there is a misalignment, it would be...
This logging seems to be the [default AWS behavior](https://github.com/aws/aws-sdk-java-v2/blob/2.5.37/core/auth/src/main/java/software/amazon/awssdk/auth/credentials/AwsCredentialsProviderChain.java#L100). We do not (currently) provide any mechanism for overriding the authentication settings, so you would either have to globally override the...