Tim Wise

Results 12 comments of Tim Wise

![csvscreen](https://user-images.githubusercontent.com/185787/45938230-c19de300-bf7c-11e8-9723-886615b5484b.png)

Does this solution apply when using SwiftLog in an iOS app and its test cases? I'm finding the host app bootstraps the logging system fine, but then when loading tests...

sorry, I had an unrelated config issue that was causing this, once I fixed that the tests now run without double bootstrapping the logger. Sorry for the noise.

I too am facing this issue. On HiveMQ which requires TLS I get the didConnectAck called, no subsequent of publishing of messages.

well, it did end up being a key formatting issue. Even after executing the steps in the other recently opened issues I was still having problems so thought it was...

I had to do the formatting that were described (specifically remove the \n and the manually edit the files, add the header) but then I must have entered a non-printable...

Interestingly, I'm now having the opposite problem. I'm in the process of rotating keys as I had to do some Heroku key debugging (the ENV didn't like spaces or my...

I get duplicate logging symbols when depending on that branch: ``` $ swift build error: multiple targets named 'Logging' in: Console, swift-log ``` Here is how I'm referencing that branch....

Thanks for the tip, am past the building with duplicate symbols issue. Updating to use the keyGen branch I'm still seeing this error when trying to sign: `The operation couldn’t...

Am not sure how to interpret the results of the ASN1 site. ``` SEQUENCE (3 elem) INTEGER 0 SEQUENCE (2 elem) OBJECT IDENTIFIER 1.2.840.113549.1.1.1 rsaEncryption (PKCS #1) NULL OCTET STRING...