Konstantinos Liakos
Konstantinos Liakos
I have tested bs3 and the ajax modal has some issues. After it closes, the page-overflow class stays on the body, not letting any click on the page. Please use...
@jschr The js used in the bs3 demo page example is the http://getbootstrap.com/2.3.2/assets/js/bootstrap.js. The official bs3 js from the cdn is the //netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js. Replace the one used now with the...
@jschr I just re-tested the case and i really can't reproduce the same bug. I am not sure what is going on. I will come back with more details if...
@jschr Cool, i saw you updated your demo page with the bs3 cdn resources. Now, please check http://jschr.github.io/bootstrap-modal/bs3.html with Firefox 23.0.1, and you will see the bug i have mentioned....
@kosekk The bug you are mentioning is being caused by the same reason with mine. The page-overflow class remains on the html body after the modal is closed.
Nice, it works fine now on Firefox. Thanks a lot @jschr !
Moreover, nothing was mentioned about this modification on the 1.11.678 release notes. https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md#111678-2019-11-19
Tried `aws-sdk-java-v2`, but with no luck. Still the `EC2MetadataUtils.getInstanceInfo()` takes a second at least.
Has there been any improvement with this issue? I tried `1.12.189` and the latency seems to be around the area of ~1sec.
> Hi! I talked about this issue and described our custom solution [in this article](https://medium.com/expedia-group-tech/service-slow-to-retrieve-aws-credentials-ebc02a38e95b). `EC2MetadataUtils` is just a getter-only util class with static methods. It doesn't accept an `AWSCredentialsProvider`,...