Won Heo (Woody)

Results 4 issues of Won Heo (Woody)

Hello @ekazaev Firstly, thank you for creating this nice open-source project. I noticed that isPrefetchingEnabled for the collection view is being blocked in debug mode. However, it seems that the...

Reduce unnecessary code execution by enabling customDump only in debug mode, as in .run Effect. https://github.com/pointfreeco/swift-composable-architecture/blob/main/Sources/ComposableArchitecture/Effect.swift#L101

Using &+= operator to prevent int overflow errors, the same as _PerceptionRegistrar's generateId. https://github.com/pointfreeco/swift-perception/blob/main/Sources/Perception/Internal/_PerceptionRegistrar.swift#L111

# What is this PR? Currently, FlexLayout does not guarantee that the UIView hierarchy state matches the Yoga node structure. This is because nodes are only updated during the layout...