Mathieu Lemaire

Results 4 comments of Mathieu Lemaire

Installed magento before sample data? https://community.magento.com/t5/Installing-Magento-1-x/After-import-sample-data-1-9-1-0-can-t-login-admin-no-admin-user/m-p/11807/highlight/true#M1397

I definitely +1 @dyoder on that. Sure it helps debugging but named functions require the developer to 1/ find a good name 2/ keep that name consistent over time with...

About best practices, seems like you all put the `.then` on the same line instead of a new line... What do you think of ``` getPromise() .then(function(response) { return response.body;...

For anyone looking there is a good example [there](https://github.com/i18next/next-i18next/blob/master/examples/simple/%40types/i18next.d.ts).