SooHwanCho
Results
2
comments of
SooHwanCho
trafficstars
@twittemb I needed some functionality that catch some error and change it to another Error. so first I thought was mapError operator in Combine, implement and use it. but by...
Thanks for the detail explanations. We've got some logic that trying decoding arbitrary string data. 1. Try decoding as JSON. 2. If failed, try string decoding. But we encountered some...