Sam Stigler

Results 7 issues of Sam Stigler

This fixes an NSInternalInconsistencyExceptionn that occurs when using SFFocusViewLayout with AsyncDisplayKit. The commit message has more details.

Hi Richard, Thank you so much for making this class available! I have used it extensively for one of my apps over the past few months. It didn't work on...

The podspec points to an old version, which is apparently incompatible with ARC.

Begins to address issue #110 by extracting orphan deletion into its own class, so it can be used when callers are bypassing `MMServer` but still using `MMRecordResponse`.

For example: {id: 123, name: "outer", inner: { id: 456, name: "inner" } } Although MMRecord only provides default access to the outer dictionary, I would really like both the...

The `deleteOrphanedRecordBlock` is only called if making a request through `MMServer`. It needs to be decoupled from the request mechanism enough to be able to work given solely a `MMRecordResponse`.