Lucas Cava

Results 6 comments of Lucas Cava

I replaced in \node_modules\react-native-activity-recognition\android\build.grade `api 'com.google.android.gms:play-services:+'` with `api 'com.google.android.gms:play-services-location:+'` and works

I tested here and the problem happened on MySQL too. On Sequelize 6.8. A migration example: ``` module.exports = { up: (queryInterface, Sequelize) => queryInterface.createTable('product2', { id: { type: Sequelize.SMALLINT.UNSIGNED,...

Using `return arguments[0].shadowRoot.children` instead `return arguments[0].shadowRoot` on _executeScript()_ works for me. Doesn't throw an error, will result a list of FirefoxWebElement, but you can select one of the list (in...

The problem is you should use {reverse: true} option. And using $ get some problems or anothers issues. If you want a float number you should use this mask: $('.amount_total').mask("#.##0,00",...

This question refers to the AWS SDK v3, I also need this.