andyryan

Results 7 comments of andyryan

if the app is built and installed through xcode it will only react to push notifications sent with the development cert and to the sandbox gateway. Only when the app...

Apologies Sorry to resurrect an old issue, but I've been playing with the software today to use as the stream for 3d printer recording, and the issue with the above...

![1440x1080Capture](https://user-images.githubusercontent.com/5088093/80522863-1be6fd00-8985-11ea-8f06-805ad0384b16.JPG) ![720pCapture](https://user-images.githubusercontent.com/5088093/80522884-22757480-8985-11ea-8b46-4bcb98f2b51e.JPG) ![1080pCapture](https://user-images.githubusercontent.com/5088093/80522904-2b664600-8985-11ea-9030-cae8a1cd77b5.JPG) Above are three images that I hope better illustrate the issue. The top most is 1440x1080 (a 4:3 ratio). As expected you get the fill field of...

Colour me corrected. That is the strangest way of a camera handing resolutions I've ever seen.

I've now encountered this same issue, however it is completely stopping PDFs from rendering using this library. The error handler returns the following error: > The API version "2.8.335" does...

I did manage to work around this by putting the following in my package.json ``` "overrides": { "react-pdf": "5.7.0", "pdfjs-dist": "2.16.105" }, ``` I'm not sure if it was the...

Have you tried a different version of node?