Corey Henderson
Corey Henderson
Hi Craig! I do already use the native point index, and also the brand new NativePointEncoder to reference them with complex polygons. So what I’m hearing is, parallel execution is...
What I do is export it from `android/gradlew` which sources it from my `.env` file. I use `react-native-config`. See https://github.com/OurVoiceUSA/HelloVoter/commit/75ae7eded0b0cb70656ef837e04c58b85b89c299
I've been using `patch-package` (thanks @jaysson) but now react-native-maps is up to GoogleMaps 3.5.0 and react-native-google-places fails to compile with that version of GoogleMaps. After removing href lines that were...
Finally got a chance to look at this today - my latest system is kernel 4.15.6 which compiles without issue, so it's likely a change to the upstream between 4.15...
This kernel module wasn't designed with filesystem name-spacing in mind, as it was started prior to docker becoming popular. You don't see `/usr/local/bin/docker-entrypoint.sh` on your filesystem, because that file exists...
The `tpe.lock` prevents further changes to the sysctl settings. The `tpe.xattr_soften` is whether or not TPE checks filesystem extended attributes (see https://linux-audit.com/using-xattrs-extended-attributes-on-linux/). It's a way you can set permissive execution...
Hi, Kernel symbol names can change over time so I’ll address these when the 4.x work is being done, maybe this weekend. These particular ones are rather benign but will...
Think this might be related? https://github.com/software-mansion/react-native-gesture-handler/issues/139
So I found a workaround; here's the patch for it: https://github.com/OurVoiceUSA/HelloVoter/blob/8a762feebf0b424412ab147f67dd23c92bd9e15e/mobile/patches/react-native-walkthrough-tooltip%2B1.0.2.patch Thoughts here? Thanks!
I'm loving this! great visuals. Similar in goals to a project I just launched - https://apps.ourvoiceusa.org/politician-search/ Are you sharing the source code for your app? I'd like to help collaborate.