Jimmy Schementi

Results 59 issues of Jimmy Schementi

Currently, Stitch mode will store captured media on disk, but the thumbnail is stored in memory. This means we _could_ run out of memory if someone captured a large number...

This test failed routinely when running in Tumblr's CI, but not sure about CircleCI. Regardless, we should make sure this test is sound and enable it.

Repro steps: 1. Switch to GIF mode 2. Capture a GIF by tapping the shutter - this will capture a 1.5 second GIF, and open the GIF Maker 3. Tap...

Currently the GIF maker converts the entire video to a GIF, even though we only export max-3 seconds. While this works for shorter videos, long videos can take very long...

Currently, if someone denies Photo Library access, we'll just don't save media to their Photo Library, but we will still call `didCreateMedia` to allow the host to use the media....

Right now we block the camera from being used until you grant microphone and camera access. Instead, we could just require one of them, and respond accordingly: - Just microphone...

Currently all media is exported as its original resolution. While that works great most of the time, someone might want to zoom in on a landscape photo and just use...

Allow Kanvas to support the landscape device-orientation, so landscape media would fit better on the screen, and the camera would shoot landscape-oriented media. Also, if we can adjust to a...