Sean O'Shea

Results 5 issues of Sean O'Shea

Investigate whether https://github.com/jordanthomas/jaro-winkler/blob/master/index.js could be brought into the library. Some speed tests would be nice to understand what impact it would have from a performance perspective.

https://github.com/apple/swift-package-manager

See #1 for details on some ideas around how this could be changed.

Server side swift

Looking at https://github.com/jpsim/SourceKitten/blob/492510245a177248319436c5c66551edfe863e72/Source/SourceKittenFramework/Clang%2BSourceKitten.swift#L181, it appears that it would be relatively straightforward to add an `@since` tag. Appledoc appears to be able to support `@since` tag with something like https://github.com/groue/GRMustache/blob/master/src/classes/GRMustache.h#L33. Would...