BarryDuggan

Results 4 issues of BarryDuggan

Can the read me be updated to include instructions on how to make a static.a library for iOS platform?

documentation

Running on iOS 14.6 XCode 12.4 [Related Issue](https://github.com/instacart/TrueTime.swift/issues/36) According to XCode there's a ton of retain cycles causing leaks in this Library. Please see the attached screen shot for a...

If a metric is contained inside of a metric query, `aws_cloudwatch_alarm` cannot find the alarm but the alarm is successfully created on AWS # Describe the problem When creating Cloudwatch...

So I'm making requests to a server that requires an Authorisation header. I can successfully call the GET endpoints setting the auth header. **GET REQUEST** ``` client.beginRequest(); client.get("/api/v1/myGetRequest"); client.sendHeader("Authorization", "Basic...