Paul Cantrell

Results 55 comments of Paul Cantrell

I’m sure I’d have spent an hour digging for the output the first time I used Jazzy if it defaulted to DerivedData.

Ah, I see what you mean. Using DerviedData (or any tmp dir) does make sense. But why don't I get a `build` dir when I run jazzy? My project doesn't...

It’s always nice to know that software actually made somebody somewhere happy. If we close this, does it mean jazzy is no longer awesome?

Have you considered adding retroactive conformance yourself? ```swift import Siesta extension RequestError: LocalizedError { public var errorDescription: String? { return userMessage } } ``` You can do that within your...

This is a tremendous headache for me as well, though not because of a Yubikey. My scenario: - I have ssh-based repos. - I use 1Password's ssh agent. - I...

I too would like a “boost with comment” feature, for many of the same reasons @thefuturebird lays out above. Context can so often extend the audience of the post in...

Same problem with https://cocoapods.org/pods/Siesta as well. The new version has only modest changes from the old one, which I'm pretty sure _did_ show as tested. If that memory is correct,...

@orta / other project maintainers: Where in the code does that “Tests ✗” in the right margin come from? I dug into the code, but had trouble figuring it out....

Well, after more digging: 1. Gosh, it sure seems like `testing_idealist` is the only source of a test count in the whole CocoaPods/Docs universe. 1. If it is an encoding...

I tried my local tests with both 2.1.3 and 2.3.1 (the versions that appear in the `.ruby-version` files in possibly relevant Strata projects). This is my test: ```ruby require_relative 'cocoadocs'...