Chris Ballinger
Chris Ballinger
> It might be better to use in-memory partial sounds generated from CoreAudio.component/Contents/SharedSupport/SystemSounds files instead of writing them out to the file? The reason I'm writing them out to separate...
I just had another idea, but to avoid opening up too many "idea issues" on your repo, I'll just include it here because it's still relevant to this one. I...
Thanks! I think that's all pretty reasonable. I'll throw together a UI mockup and send a screenshot to make sure I understand what you're thinking before I start my revisions.
That doesn't really make sense because this is an Objective-C library. They will import into Swift as Array.
@pronebird You're right, but you still can't make an Objective-C category on `Array` since it doesn't exist. I think someone could make a Swift compat shim that bridges the two...
I think this is a dupe of #300
@devrandom Harsh! I haven't given up on maintenance, but unfortunately I have full time work commitments that make regular maintenance more difficult.
As of Xcode 11 you need to preprocess the xcresult first: https://github.com/ChargePoint/xcparse#code-coverage
OTR doesn't support asynchronous chatting, so if your session is destroyed on either end the messages won't be able to be decrypted and you'll need to establish a new session...
OTRDATA has a 64MB limitation, but 1MB should be fine. I'll resume working on the iOS implementation soon so I'll be kicking the tires of the Android version shortly. On...