James Holcomb

Results 50 comments of James Holcomb

@HashemDeveloper it's no longer on jcenter?

So far the changes have fixed #190 for me (I have not released a production build internally however). As I don't utilize `node-redis` but need sentinel support, I removed `node-redis`...

The difference is that `node-redis` does not support Sentinels https://github.com/redis/node-redis/issues/302 which is necessary for HA feathers-sync worked implicitly with both through 2.4.0. The changes in 3.0.0 broke the `redisClient` compat...

Also, the test `syncs on created with hook context` times out.

Hitting the same issue as well on `1.9.15-gcloud`. Happens intermittently, sometimes the backup is successful and pushed to gcloud, sometimes it fails abut the error message does not include why.

I believe I'm seeing this as well. here's a graph of our mapbox api static map usage ![image](https://github.com/candlefinance/faster-image/assets/362729/b762d0c1-2f1d-46c7-a8c5-c549ec492e12) the spike on Apr-9 coincides with the release of the first version...

In the repo `example`, you demonstrate circular images....if the Platform is **android** style.image is `borderRadius: (size - 16) / 2` and the RCTView prop is `borderRadius: size * 2` is...

A bit confused on how this fixes the issue I mentioned above (from March 30)?

I resolved this error by adding a dep in my package.json to `react-native-get-random-values`, then `npx pod-install` for iOS. You'll need to rebuild for android.