Esteban I. Ruiz Moreno

Results 5 issues of Esteban I. Ruiz Moreno

Avoid sending the same message more than once if two or more patterns match the same user

This is a: - [x] Bug Report - [ ] Feature Request - [ ] Question - [ ] Other Which concerns: - [x] flow-runtime - [x] babel-plugin-flow-runtime - [...

This is a: - [x] Bug Report - [ ] Feature Request - [ ] Question - [ ] Other Which concerns: - [x] flow-runtime - [x] babel-plugin-flow-runtime - [...

Fixes #234 The issue seems to be happening due to: ```cpp auto oldFilePath = pathToOldAppImage(pathToAppImage.value(), newFilePath); ``` checking in `pathToOldAppImage` if the paths are [trivially] equal with a == before,...

pollForValidSSID is checking if network is 'something', which might just be connecting so it fails to actually wait for a proper connection to be realized - tested with `examples/with-expo` demo...