Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting with 12.6, custom data loader is not called #813

Closed
jaanussiim opened this issue Sep 14, 2024 · 2 comments
Closed

Starting with 12.6, custom data loader is not called #813

jaanussiim opened this issue Sep 14, 2024 · 2 comments
Labels

Comments

@jaanussiim
Copy link

Basic setup for data loader

 let pileline = ImagePipeline {
     $0.dataLoader = AskDataLoader()
}
        
ImagePipeline.shared = pileline

Using LazyImage from NukeUI. Custom DataLoader is not called

@kean
Copy link
Owner

kean commented Sep 14, 2024

I wonder if it might be related to the following change #779?

@jaanussiim
Copy link
Author

Yes, adding $0.isLocalResourcesSupportEnabled = false fixes it.

I'm using data:// scheme for files that I want to load from local database.

@kean kean added the question label Sep 16, 2024
@kean kean closed this as completed Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants