Chris Ballinger
Chris Ballinger
@ggiesen We're working on it! :)
Key generation can take a VERY long time on mobile devices, especially older ones. There was a bug in libotr that we had to work around related to async key...
Operator overloads are the slowest to type-check, and have (IIRC) exponential time complexity. It would likely be a lot faster to avoid operators and use named functions instead.
That is correct, Carthage is the problem here, and will be until they adopt xcframework support. Recommended workaround solution is using CocoaPods, Swift Package Manager, or integrating manually.
Use a .mp4 instead, it's smaller and works way better (it will loop automatically) On Thu, Aug 27, 2015 at 12:26 PM, Wei [email protected] wrote: > I saw the second...
Onion service configuration would be great. :)
I am also seeing a similar, possibly related issue where form.formValues does not return custom objects unless they conform to `XLFormOptionObject`. See the code here: https://github.com/xmartlabs/XLForm/blob/master/XLForm/XL/Helpers/NSObject+XLFormAdditions.m#L43
For XMPPFramework and CocoaLumberjack, the convention there has been to use a Swift suffix for the Swift module (e.g. `YapDatabase` for pure Obj-C and `YapDatabaseSwift` for the Swift extensions). There...
@michaelkirk I've wanted something similar to this in the past. You could probably create something like `YapDatabaseSubgroupView` modeled off of `YapDatabaseFilteredView` that takes a parent view, and allows you to...
Huh. You're using NSFileProtectionCompleteUntilFirstUserAuthentication? On Thu, May 3, 2018 at 12:54 PM, sameeragrawal wrote: > Further update > > Seeing the following behavior consistently, in this scenario: > > -...