Lee Probert
Lee Probert
If you use the `loadSaveData` method whilst there is already a drawing in progress it doesn't clear the animation before starting the new one. The result is that it flickers...
Currently you have an `onChange` event, but we also need events for when we playback the drawing. An `onAnimationStart` and `onAnimationEnd` event would be good.
This is a typescript issue I think. I can see the method exists but it hasn't been added to the `index.d.ts` file that tells the compiler they are available. I...
Had to `--force` the package to install under `[email protected]` and also had issues with Typescript types that was resolved with `npm i --save-dev @types/react-canvas-draw --force`
iOS 7
Renders a gray box behind the popover view
In this line on 157: `let imageRequestHandler = VNImageRequestHandler(cvPixelBuffer: pixelBuffer, orientation: 6, options: requestOptions)` The int '6' should be expected argument type `CGImagePropertyOrientation`
**Describe the bug:** I have some basic `` tag markup in my CMS and I want this to render in my Flutter app. The audio controls show but the duration...
I have tried to get the LiDAR L515 working with your project but it doesn't recognise the device. I updated the RealSense SDK with no luck. I am going to...
Am updating records on my `Flamelink` CMS but I am using `Field groups` and need to update the content within them. The API method `update` is supposed to only update...
I'm loading a `glb` file using the `ArCoreReferenceNode` but the app is crashing after download of the file. The camera feed is rendered for a second and then it crashes...