Corey Floyd
Corey Floyd
Looking through the source, I didn't see any code that responds to device orientation so this may not be handled at all. Handling rotations DURING recording may be problematic, but...
Due to programmer error, it seems one of our views had its logic updated without bumping the version tag. This manifested itself as a crash on launch. Obviously this is...
Is this expected behavior: ``` NSString* viewName = [[self class] viewName]; YapDatabaseViewGrouping* grouping = [YapDatabaseViewGrouping withObjectBlock:^NSString* _Nullable (YapDatabaseReadTransaction* _Nonnull transaction, NSString* _Nonnull collection, NSString* _Nonnull key, MWKHistoryEntry* _Nonnull object) {...
The script seems not to be working on 10.11. Something goes wrong when checking for OpenSSL: ``` configure: error: library 'crypto' is required for OpenSSL Makefile:14: ../../../src/Makefile.global: No such file...
currentVisibleIndices is created from the range: _visibleIndices. Then immediately compared. It appears as though the comparison should be between newVisibleIndices and _visibleIndices. Still working through the code, so don't want...
Also allowing feed parser subclasses to parse custom RSS1 and ATOM elements.