Anant Kamath
Anant Kamath
Facing the same issue, with any JSX
Solution that worked for me: - On your android device, find your Android Device ID (I used[ this app](https://play.google.com/store/apps/details?id=com.evozi.deviceid&hl=en) to find it) - On line 25 in `$PYTHON_PATH/site_packages/pyportify/google.py` replace `android_id...
You're right, I was building with mipsel instead of mipsel_ap. The libs for telnetd aren't required with mipsel_ap. Have updated the PR with these new changes. I can reduce the...
Using mipsel_ap instead of mipsel in the cfg worked. (I could login normally at the prompt). Telneting into the device also works. Does mipsel_ap mean that the device cannot act...
Okay, thanks. Makes sense.
@zapo: I found using skip with refetch to not work as expected: See https://github.com/apollographql/react-apollo/issues/3921 (Thus making useLazyQuery unavoidable)