Max Howell
Max Howell
If you run this script: ```swift import DeckOfPlayingCards // apple/example-package-deckofplayingcards ~> 3.0.0 import PlayingCard import Cycle // @NSHipster == master ``` Then this: ```swift import DeckOfPlayingCards // @NSHipster ~> 4.0.0...
This was with Jazzy 0.9.4 on a Travis Xcode 10.1 instance. The second badge here at the top: https://mxcl.github.io/Path.swift Doesn't render, but it does on GitHub: https://github.com/mxcl/Path.swift/ I was encouraged...
| | | |------------------|-----------------| |Previous ID | SR-1352 | |Radar | None | |Original Reporter | @mxcl | |Type | Bug | Additional Detail from JIRA | | | |------------------|-----------------|...
Pretty sure this is not my code doing this. If you ask the service to send like 50 notifications in quick succession it repeatedly sends the same batch of notifications...
The url for org repos is: ``` /org/\(name)/repos ``` But the code only uses: ``` /user/\(name)/repos ``` Which lists public repos, but not private ones.
I have been using 42ba209608cb332887a33ebcae1bde50c52b151d for quite some time now because it includes the commit that Enables the Extension-Safe-API-Only checkbox. I'd rather not leave this in my `Cartfile` as it...
I'd rather not be forced to link to MapKit by a dependency, but especially I don't want the binary size increase due to the Swift MapKit compatibility layer that gets...
``` $ otool -L ObjectiveGit.framework/ObjectiveGit ObjectiveGit: @rpath/ObjectiveGit.framework/ObjectiveGit (compatibility version 1.0.0, current version 1.0.0) /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/local/opt/openssl/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libcurl.4.dylib (compatibility version...