Dmitriy Shmilo

Results 2 comments of Dmitriy Shmilo

After playing around with the snippet and placing line breaks in different places, I've found a workaround, which gives a nice formatting: ```swift Observable // line break here .combineLatest(self.stepName, self.stepDuration)...

Thank you for the report. My best guess is that fps drops substantially because a single 800x800 texture is being sent over the bus every frame. If I split the...