Andrey Yurkevich

Results 8 comments of Andrey Yurkevich

You may want to try [this particular fork](https://github.com/Saritasa/ZSSRichTextEditor)

@jamesbebbington I didn't try iOS 13 beta yet, however the issue you describe seems to be a different one - at least I see that you can subscribe to a...

The issue can be reproduced with swift-5/5.1 toolchain and Xcode 9/10.1. It is my feeling that this has to do something with ABI stability that was introduced in swift-5, possibly...

@anatoliykant, dare to share your solution?

I suspect this is a duplicate of #39 - @alexkite03, what version of Xcode/Swift toolchain are using? One of the "effects" of #39 is that msgID is not read (or...

Any news on this? Instagram's IGListKit won't work as tuist dependency, unless I add headers to the copy build phase in its generated subproject manually. A way to do that...

@anatoliykant Great, thanks! :+1: I've [refined your changes](https://github.com/aciidb0mb3r/SwiftMQTT/pull/45) so that only memory access issue is addressed, since conversion to Swift 5 is a different thing and should not be addressed...

I guess you need background fetch plus some logic that will only let the ws open/connect when the OS allows you to.