J. Longman

Results 28 comments of J. Longman

I think a double-release is happening: Line 314 (or so, may have edits, near tip which was e32de2326) in `CGImageRotated` produces the `resultFinalImage` but also calls `CFAutoRelease` on the object...

I didn't look and don't know the code well enough to know whether the `CGImageRotated` is used elsewhere - if it's not it might be worth removing the `CFAutoRelease` call...

@tawsif It's quite possible you are leaking within your code and it's not the plugin. Also you need to include a git revision number when you make a claim like...

@tawsif what you do with the pictures taken also matters. e.g. in my app they are passed to a meteor server and then uploaded to S3. You could maybe create...

I may have reproduced your bug, but first your Steps To Reproduce are impossible, they must be: 1. Tap on 'Start Camera Above HTML 2. Switch Camera to 'Back Camera'...

A default of 1 may be fine, and is safest because it's the minimal memory footprint. Personally concurrent pictures seem an exceptional case, but my use case is static subjects...

A naïve replacement of the `navigator.mediaDevices.getUserMedia(constraints)` with `doGetUserMedia` results in: `Failed to execute 'getUserMedia' on 'MediaDevices': Malformed constraint: Cannot use both optional/mandatory and specific or advanced constraints.`

It was originally a 2.3.2 build and I saw this after I had copied a 2.3.3 binary on a 2.3.2 broken app. I just killed everything that looked like my...

In my testing, I'm going Epichrome (say gmail) to Choosy to Epichrome (say GitHub, although its actually bitbucket shhhh!). The first invocation will open the clicked link, subsequent clicks will...

works for me, what are you seeing?