Iain Smith
Iain Smith
@mattt just my opinion, but I'd make the case that solutions that require using (or piping from) other tools create a barrier to entry for beginners. Instead of being able...
> On the command line, there's a spectrum from generalized utilities to applications, and where an executable finds itself on that largely determines the right balance of composability and ergonomics....
Hi @heckj, thanks for reporting this and posting reproducible steps. Printing a useful error message if the test command fails is a great idea. > I wasn't entirely sure how...
Interestingly when I re-ran the command with `swift docker test --clean --args --verbose` on the DocTest package, I get this error ``` git -C /package/.build/checkouts/swift-syntax clean -ffdx /usr/bin/swiftc -L /usr/lib/swift/pm/4_2...
This looks good. @JohnSundell would you like any changes before merging this? We could then add the implementation from @SteveBarnegren in #22 so that users can use FileHandle.standardOuput & FileHandle.standardError....
Hey @rob-nash I've proposed that we drop the FileHandle API for async options in #33. Regarding the implementation, I imagine it would be preferable to have a single async version...
Quick bump, to see if @r3h0 or someone else can approve this.
> hi @iainsmith , any update on this? im still facing this error when trying to build the website 😞 😞 Sadly nothing I can do.
Started work on this in [my fork](https://github.com/etsy/Hound/compare/master...iainsmith:feature/tags?expand=1). I'm not too sure of the best way to continue, (I'm very new to Go) and would appreciate suggestions.
Hey All, I've started diving into this. As we're supporting iOS 10 we can mostly get away with using `adjustsFontForContentSizeCategory = true // or set in storyboard` `font = UIFont.preferredFont(forTextStyle:...