Jonathan Valldejuli
Jonathan Valldejuli
`TaskFetchOriginalData` will now check the disk cache for the original image data before making a network request.
Hello, I'm using Nuke to load images in my app. I recently added a notification service extension which serves to load images and attach them to incoming remote notifications. Both...
Pipeline setup with `DataCache` is unnecessarily re-downloading original image for thumbnail request
Hello, I'm setting up my image pipeline like so: ``` var configuration = ImagePipeline.Configuration() configuration.dataLoader = { let config = URLSessionConfiguration.default config.urlCache = nil return DataLoader(configuration: config) }() configuration.dataCache =...