Anthony Jose Bruscantini
Anthony Jose Bruscantini
Hi @Almouro I'm using Expo, so it's after I run 'expo start'. These are my dependencies: `"dependencies": { "@expo/vector-icons": "^9.0.0", "expo": "^32.0.0", "firebase": "^5.8.1", "formik": "^1.4.2", "lodash": "^4.17.11", "prop-types": "^15.7.2",...
Have you tried explicitly adding mixpanel SDK in app's build.grade? ``` dependencies { implementation 'com.mixpanel.android:mixpanel-android:5.+' } ```
Hi @swansontec or @paullinator . The integration test is failing because of 'environment variables'. What should I do here? Thanks,
Hi @paullinator ! I'm actually not seeing the error at all during building. But the Travis CI for this PR is throwing the error. I just want the PR to...
Hey @paullinator can you review and merge this PR when you get a chance? Once react-gui can hide wallets, we can link Edge in the Ember Fund app. Thanks!
Thanks @paullinator . I updated based on your comment. One thing, though. When running the edge-react-gui locally, account.hiddenWalletIds is empty. But when I run the Ember app, the EdgeAccount object...
Are there any drawbacks to using this change? Can you explain it? Do all clients except Outlook have a non-null "attachment" option? Thanks,
@MaxPMagee gotcha! Upon checking his comments in that PR, I think the first change is just for cases where the email has an attachment. I guess Outlook needs that when...
Yup @mars-lan sorry about that one. It wasn't prefilling his username for me.
I am also experiencing crashes now and then because of this. ``` Exception java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$4.done (AsyncTask.java:415) at java.util.concurrent.FutureTask.finishCompletion (FutureTask.java:383) at java.util.concurrent.FutureTask.setException (FutureTask.java:252) at...