Robert Pugh
Results
2
issues of
Robert Pugh
# Summary If I try to unzip a file (using the FileManager extension) to a URL which was created with a relative path, the extraction fails with an error. Using...
I notice the equality operator is not taking into account the order of the members: ``` public func ==(lhs: OrderedSet, rhs: OrderedSet) -> Bool { return lhs.set == rhs.set }...