Won Heo (Woody)
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