grondilu / libdigest-raku

Raku implementation of various digests
Artistic License 2.0
27 stars 42 forks source link

Image with http urls are not properly displayed on rakuland #34

Closed melezhik closed 1 year ago

grondilu commented 1 year ago

If I use the secure http then the image is not correctly updated on github, so that's an issue.

melezhik commented 1 year ago

Did you try to clean a cache in browser? the badge looks good in my branch , with https , please see - https://github.com/melezhik/images/blob/master/4A0BBD63-072A-4337-8466-37909BDE52FB.png

melezhik commented 1 year ago

I guess the reason it worked with HTTP for you is that an http url was not cached at that time ( the very first hit ) and showed a new badge state. As https badge initially showed an unknown state and then an image url was cached.

melezhik commented 1 year ago

Please also pay attention that raku.land policy does not allow to serve images from http resources …please see https://gitlab.com/raku-land/raku-land/-/issues/31 , with that being said even though this http badge is rendered ok on GitHub , the same badge in not properly rendered on Raku.land

grondilu commented 1 year ago

I guess the reason it worked with HTTP for you is that an http url was not cached at that time ( the very first hit ) and showed a new badge state. As https badge initially showed an unknown state and then an image url was cached.

Makes sense. Merging.