Justin Spahr-Summers

Results 124 issues of Justin Spahr-Summers

Using [these instructions](https://github.com/Carthage/Carthage/blob/7a0153cc164e301c46527f6e20c886728a0dc218/README.md#declare-your-compatibility).

enhancement
help wanted

Xcode won't show documentation comments when option-clicking unless we use `///` to indicate them.

enhancement

Some types (e.g., `unresolvedTarget`) and some methods (e.g., `-referenceByUpdatingTarget…`) change their behavior based on whether the receiver is a direct or symbolic reference. We should clearly represent the differences in...

enhancement

`GTConfiguration` shouldn't change out from underneath callers. See https://github.com/libgit2/libgit2/issues/1022#issuecomment-42862257 for some more explanation and a fix.

enhancement

Related to #195, we assume that the author name and email are UTF-8, which results in `nil` when they're actually not. Maybe we should use a more lenient encoding for...

bug

For example, fetching the diff for `graphics.ai` in mhettler/accuratelockandhardware.com@4e77bd2ff0775d592175afe73586d0751891be00 will result in many nil hunk headers and lines. libgit2 is giving us valid C strings — at least in the...

bug

We can wrap `NSLayoutConstraint` similarly to how we wrap views, and animate its `constant` property with signals.

enhancement
help wanted

We have the [MacDemo](https://github.com/ReactiveCocoa/ReactiveAnimation-MacDemo) project already, and will want something for iOS, but what _is_ a good demonstration of ReactiveAnimation? Making a label fly around the screen is all well...

help wanted
question