Panos Panagi
Panos Panagi
Notice the typo - `:` inside `"443/tcp:"`. Should be: ``` "ExposedPorts": { "443/tcp": {} } ```
This works: ```yaml UserPool: Type: AWS::Cognito::UserPool Properties: VerificationMessageTemplate: DefaultEmailOption: CONFIRM_WITH_LINK EmailMessage: !Ref emailVerificationMessage EmailMessageByLink: Please click the link below to verify your email address. {##Verify Email##} EmailSubject: !Ref emailVerificationSubject EmailSubjectByLink:...
Yes, will do. Thanks
I'm planning to resume developing of the project soon. Ember-data has changed considerably, which makes it a necessity to almost completely re-implement it. In the next 1-2 weeks I will...
Resuming work at [jj-abrams branch](https://github.com/panayi/ember-data-sync/tree/jj-abrams). It will be a total reboot, based on the changes of [EMBER DATA 1.0 BETA 1](https://github.com/emberjs/data/tree/jj-abrams), commit https://github.com/emberjs/data/commit/75f31748a18bf82d0938982be321d6d72cd0a70c
@maggedotno thanks for that. I'm aware of EPF but never looked into their implementation. Probably best to do that
Getting the same error on server-rendering with [after.js](https://github.com/jaredpalmer/after.js)