David Axelrod

Results 17 issues of David Axelrod

The example from the readme works. But in the off chance that that data for the chart becomes all zeros, the chart throws an svg field length mismatch error return...

Will be looking into this further. The project's dependencies specific com.google.android.gms:play-services-wallet:11.0.4 which might be an issue with newer versions of android. The latest is 18.0.0 but that breaks a lot...

Ios crash details: Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d Termination Description: SPRINGBOARD, Triggered by Thread: 0 [NMVideoCapture startRunning] + 76 [NodePublisher startPreview] + 340 Thread 1 name: Dispatch queue: cn.nodemedia.videocapture.group...

Hi, Experiencing the following in production. Happens when the component is unmounting. java.lang.IllegalStateException: at android.graphics.SurfaceTexture.nativeUpdateTexImage (Native Method) at android.graphics.SurfaceTexture.updateTexImage (SurfaceTexture.java:248) at cn.nodemedia.NodeCameraView.onDrawFrame (NodeCameraView.java:324) at android.opengl.GLSurfaceView$GLThread.guardedRun (GLSurfaceView.java:1573) at android.opengl.GLSurfaceView$GLThread.run (GLSurfaceView.java:1272)

I've ran this with several tests. My RTMP server is able to stream with ~1 second latency. When I start the stream, the NodePlayerView picks it up within that latency...

When you input an invalid JSON, it accepts it but then the client gets a null default value. I believe the feature condition UI has JSON validation.

## 🐛 Bug Report Following the React Native guide in the repo, Main Activity invokes the ReactNativeFlipper class. After creating a client and setting up some plugins, the app consistently...

Describe your environment Messaging/Notifications Describe the problem We cannot send push notifications with subtitle for iOS due to [ApsAlert](https://godoc.org/firebase.google.com/go/messaging#ApsAlert) struct lacking a subtitle field. FCM API and the APNS itself...

type: feature request
api: messaging

Need a second pair of eyes here. Got everything to compile but having trouble when testing locally. I git cloned the repo and then used `npm link` to install it...

Seems like useValue was removed in favor of useSharedValue https://github.com/Shopify/react-native-skia/issues/1936