Patrick
Patrick
## Feature request When a request chain gets cancelled, it calls the interceptors and cancels them if they adhere to Cancellable. However, it's not clear why that isn't also done...
Xcode is generating dozens of warnings about the Branch SDK when included via the SPM. These warnings cannot be turned off by default and are generating noise that hides other...
## Build Information v0.13.3 via SPM ## Issue We noticed a number of crashes due to `EXC_CRASH: RUNNINGBOARD 0xdead10cc`. According to the Apple docs, this is likely due to iOS...
### Use case I recently completed the porting of our model and network layers from v0.x to v1.0. My general feedback is that this was a lot more painful than...
### Summary We were surprised to find out that despite setting a cache policy of `fetchIgnoringCacheCompletely`, we were still being returned cached data when making a query. We suspect the...