KMP GraphQL based conference project with Jetpack Compose Android, Compose for Wear, Compose Multiplatform and SwiftUI iOS clients along with GraphQL backend.
Apache License 2.0
793
stars
93
forks
source link
DevFest Nantes - Some partners logoUrl return a 404 #78
Some DevFest Nantes partners
logoUrl
return a 404; e.g.: OVH and ISILOG.This is due to the fact that OVH's logo is a
.webp
and isilog is a.jpg
image. Is there anything we can do about it ?An easy fix is to request DevFest Nantes to only use
.png
but it would be great to have a more resilient system.