Results 91 comments of Panu Horsmalahti

I think the `autoUpdateDate` attribute should be true by default, it's the typical use scenario. It took at least me a while to understand why the data binding didn't work....

Ah, that makes sense, I was only thinking about the dialog use case.

I have this same problem.

We also observed this behavior, and fixed it by ensuring that the returned Observable emits at least one value (using `startWith`). Our use case is Server-sent events.

My understanding is that having a Facebook login to create an user in user pool you need to use a hosted page using this library: https://github.com/aws/amazon-cognito-auth-js - and more specifically...

@jandubois we found out that using username "docker" creates some issues, but there is no way to override the username.

I see this also when using `--filter` by image and tag. If I filter just by the image name but not the tag the digest is displayed correctly.

`aws-amplify` provides `aws-amplify-react-native` for using AWS Amplify with React Native. Unfortunately, it doesn't have all the features of aws-amplify-react. In particular, it is missing `withFederated`, which is required for federated...

Possible workaround: `this.$$("google-map-marker")._contentChanged();`