Josh Woomin Park
Josh Woomin Park
Not sure if anyone else is interested, but I made it so that the tap gesture recognizer begins only if the cell at touch location is `MessageContentCell`. Please have a...
There is a `collectionView(_:didSelectItemsAt:)` but you guys break the parent class behavior, and provide another delegate method that does essentially the same thing, except instead of being handled at the...
@nathantannar4 I apologize for being rather harsh. On a tight schedule here, so I lost my patience. Still, not a good reason for being rude. I'm sorry for that. Nevertheless,...
The use case is shown in the sample code. The app wants to throttle how often the user can refresh the contents. Throttling behavior would most likely happen at the...
@ankitagarwal007 We found that the call to our reconnect method was not being throttled like we wanted, and the number of calls was increasing exponentially. I wasn't actually able to...
Are you on 1.9.2? Not sure if I'm doing something wrong here, but it's not working properly for me... https://github.com/pointfreeco/swift-composable-architecture/assets/12147008/c2e77a02-4e04-4dbd-bf19-a82c02d7067e
Are you running it on Apple Silicon? Because that' s when I started getting the same exception. If so, it's probably not an issue with the iOS SDK.
Define programmer error versus an exceptional situation where a Swift error should be thrown. For me, a programmer error is a breach of programming contract whereas an exceptional situation is...
> This is the default when no policy is specified for add() or create().") are documented, so I'm somewhat confused by the claim that this is not part of the...
@alex-x-x-x-x Thanks for the reference, but this doesn't really cut it. For instance, if you have a coupon that is good until a certain day and are using a property...