Jason Moore

Results 8 issues of Jason Moore

I wanted more feedback when a QR code is found. I added a system sound (a buzz) as well as highlight the bounds of the QR code. (I also added...

**Overdrive:** `0.3` **Package manager (SPM, Carthage, CocoaPods, Manual):** `n/a` **Xcode:** `8.3.2 (macOS 10.12.5)` **Platform:** `iOS` When TaskQueue.maximumConcurrentTaskCount = 1`, only one task is executed. (The 2nd task is not executed.)...

bug

I noticed that there is a `KitePresentationViewController` but no access to the containing view (`KiteView`?). It seems simpler and more conventional to add an animation to an existing view instead...

When selecting and sending an image, I'm finding that I'm unable to load the selected image (into NSData). The dict returned by the UIImagePIcker contains all the expected keys/values, but...

I'm seeing duplicate messages when sending from `MXKRoomViewController`. It seems these are "local echo" messages, which are supposed to be removed after the message sent to the server. In `-[MXKRoomDataSource...

- [x] I have read [CONTRIBUTING](https://github.com/Quick/Nimble/blob/main/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? I ran a test that has passed many times in the...

Update the "moredip" repo README to indicate that it is not the official version, and you should instead use: https://github.com/TestingWithFrank/Frank/ Background: https://groups.google.com/forum/#!topic/frank-discuss/Fv1rHzhS5P8

Hi, I was adding [carthage](https://github.com/Carthage/Carthage) support (mac/ios package manager) to the [matrix-sdk](https://github.com/matrix-org/matrix-ios-sdk/) and that required adding carthage support to libbase58. I'd love to see this merged into the main branch,...