Rafał Trojanowski
Rafał Trojanowski
Hey, Thanks for your theme! Currently my main problem is that posts all duplicated in the archives list when I use 2 languages. Also, there is no language switch button...
Some providers does not return email. To fix this issue I'd suggest to change: ``` existing_user = User.where('email = ?', auth_params['info']['email']).try(:first) ``` to ``` existing_user = authentication&.user ``` Otherwise ```create_authentication_and_sign_in```...
Yo! What is the reason of creating of social account record only when user is signed in? ``` if user_signed_in? SocialAccount .get_provider_account(current_user.id,provider.id) .first_or_create( (...) ``` What's the use case for...
When adding a post after successful save when the user hits the button 'Submit' again there is a message `Cannot read property 'variables' of undefined`
I solved it temporarily by downgrade: ``` yarn remove mongodb --save yarn add [email protected] --save ```
```app@component:has-gravatar::ember4165>.hasGravatar = [object Boolean]``` Something new after upgrade project to the latest ```Ember 2.12.0``` It doesn't break functionality
As in the title, could you please make an update?