Jonathan Valldejuli
Jonathan Valldejuli
For anybody wondering, this has been working well so far!
Hi, looks like your issue is that you are creating a fresh `ImagePipeline` for each request. You need to configure the `ImagePipeline.shared` singleton instance and stop passing a custom image...
To fix https://github.com/kean/Nuke/issues/837. Please let me know if you'd like me to take a different approach. Thank you!
Closing because I think I found a better solution.
Reopening for now, realized the other approach has some drawbacks.
The change that I've actually started using in my own app is to allow the pipeline delegate to provide unique custom keys for both the memory and disk caches. The...