You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New, manually populated, field in the extension yaml (but where should the image live? it needs to be a stable URL. git is a possibility, but is there something better?)
Extensions in the quarkus repo will need a manual override to avoid a sea of Quarkus logos appearing on the main page. However, we don't want to force people to manually enter information that's already available elsewhere.
I think we may be able to mostly do the right thing for the GitHub repository image. If you look at something like this, it's not suitable:
But something like this should be used.
The difference is one is set by the user, and one is the github default. I don't think the github api distinguishes between the two, but we can use some heuristics. In particular, we'd only want to show images with no text. This is something we can detect.
We can do this in several ways, and should do some of them:
Extensions in the quarkus repo will need a manual override to avoid a sea of Quarkus logos appearing on the main page. However, we don't want to force people to manually enter information that's already available elsewhere.
I think we may be able to mostly do the right thing for the GitHub repository image. If you look at something like this, it's not suitable:
But something like this should be used.
The difference is one is set by the user, and one is the github default. I don't think the github api distinguishes between the two, but we can use some heuristics. In particular, we'd only want to show images with no text. This is something we can detect.
We also would want to crop. https://www.npmjs.com/package/smartcrop can probably help with this.
The text was updated successfully, but these errors were encountered: