-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Alamofire: Upgrade or remove? #19043
Comments
Note that the Given Unfortunately, Lines 440 to 443 in 23ae9e7
...Unless we get rid of
This is something we'll need to verify with the Gutenberg mobile folks. |
|
Good catch! Yep, FastImage is coming as part of WordPress/gutenberg#42009. I'm not too familiar with |
@crazytonyli addressed this through the upgrade path in #15244 |
Alamofire
,AlamofireImage
, andAlamofireNetworkActivityIndicator
are one major version behind.pod outdated
returns:Before considering whether we should upgrade them, I'd like to know if we actually need them.
git grep Alamo ':!Podfile*'
returns:From that, it seems like the surface area is limited. Having said that, it might also be too much work to remove the dependency. Plus, it works, and it's good to offload tasks like efficiently downloading images to a 3rd party... I don't have a particular desire to keep or remove it, but I'd love for us to be intentional about the choice we take.
The text was updated successfully, but these errors were encountered: