Caching Issues 2: Electric Bogaloo #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So caching is just incorrect and does not work properly. The issue I have kind of already noticed which is that the horizontal image is being scaled fro the vertical one and not the original one which leads to bad image quality because of unnecessary rescaling. The second issue is that there is no way to preload an image for scaleAspectFill when scaleAspectFit is already being processed, it just gets ignored.
Caching issues 2 electric bogalooto Caching Issues 2: Electric Bogaloo