Ryan Lovelett

Results 49 comments of Ryan Lovelett

> Do you know if Xcode ships with these additional features that the open-source SourceKit doesn't ship with? I do not but it would not shock me at all if...

> The correct path can be obtained by running this build command (similar to the one listed in the README Those paths are meant to be generated by SwiftPM. That...

At this time you cannot. I'm not sure how one goes about getting something added to Homebrew. But I'd be happy if other submitted it.

> What is the expected behavior in this scenario? The expected behavior is the one you got. Unfortunately at this time there is no support for anything other than SwiftPM...

This is a known problem with the latest release. The previous release should not have this problem. I am on vacation right now but I'll get a fix when I...

@JeffreyWay I agree it would be nice.

This is solving a problem that I too am interested in. :+1: It looks like this [library already supports](https://github.com/marmelroy/Zip/commit/661c850999faac7c05440def789901479e86eddc) `NSProgress`. [`NSProgress`](https://developer.apple.com/library/ios/documentation/Foundation/Reference/NSProgress_Class/) already handles the ability to be [canceled](https://developer.apple.com/library/ios/documentation/Foundation/Reference/NSProgress_Class/#//apple_ref/occ/instm/NSProgress/cancel). Is there...

@malefactor I think your right. I installed a new color scheme called paintbox in `~/.janus/paintbox/paintbox.vim` and when I open MacVim I get: ``` Error detected while processing /Users/ryan/.vimrc.after: line 1:...

@pixelglow do you have any recommendations/best practices for reading (extracting) a `ZZArchive` asynchronously? Obviously I could just use GCD. Just wondering your thoughts.

For now a work around: ```swift @Option(help: "Set the logging level. This is helpful in debugging connection, authentication, and configuration problems. (allowed: \(Logger.Level.allValueStrings.joined(separator: ", ")))") var logLevel: Logger.Level = .error...