Ian Jackson

Results 3 issues of Ian Jackson

https://docs.docker.com/installation/mac/

enhancement
help wanted

I am calling timeAgo from NSDate and it returns an empty string. ``` swift if let validDate = lastUpdated{ let dateText = validDate.timeAgo self.updatedLabel.text = dateText print(validDate.timeAgo) } ``` I...

# Overview - Follow dev guidelines for handling Nearby Messages for handling behavior ## Resource - https://developers.google.com/nearby/developer-guidelines ### Respect user privacy - Help the user understand what data your app...

enhancement