Brandon Chambers

Results 8 comments of Brandon Chambers

I've decided to move to another project. This has been an issue for me for months. https://www.npmjs.com/package/react-native-location I spent about 10 mins implementing the new package. Altogether an hour looking...

I just started getting this too. I analyzed my release APK with the SDK command line tools: apkanalyzer.bat (for windows) and can confirm the permissions exist for the android.permission.ACCESS_FINE_LOCATION permission....

Happens on my old S7 and my S10e. In dev it's fine, no problem. After installing an apk (made from "gradlew assembleRelease") and it tries to access the location.. boom...it...

Yes, with a large set of data this is easily achieved: Assume test.log has: ```sh DEL test:_indicies:id SADD test:_indicies:id 6 670 63 231 1013 766 857 115 78 912 682...

```sh brandon@brandon_local_vm:~/redis-backup$ cat /etc/*-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS" NAME="Ubuntu" VERSION="16.04.2 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.2 LTS" VERSION_ID="16.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial brandon@brandon_local_vm:~/redis-backup$ npm install redis-dump...