
Is the package server not quite responding as normal? I’m trying to run a travis build of a frog site, and it’s basically taking forever to find even a single package. I can see that http://pkgs.racket-lang.org\|pkgs.racket-lang.org is responding to pings from my laptop, though… :confused:

(for what it’s worth, the travis build is using Racket 7.6, in case that changes which version of the package catalog is being used)

http://pkgs.racket-lang.org\|pkgs.racket-lang.org is not responding to HTTP for me. But that’s an S3-hosted web site…

Web sites like http://racket-lang.org\|racket-lang.org are also not working for me

I’m relieved it’s not just me, then :wink: But otoh, sorry it’s down…

Looks like it may be Cloudflare or something that affects Cloudflare

Others have problems with Cloudflare right now. https://twitter.com/search?q=cloudflare&src=typed_query&f=live

Is anyone able to help fix my bad svg? https://github.com/simple-icons/simple-icons/pull/3483\|https://github.com/simple-icons/simple-icons/pull/3483
It is to allow a racket logo badge on GitHub readme files with https://shields.io\|https://shields.io badges.

Besides the fact it could use some blue, I can’t see anything wrong with it :confused: (Or is that what you’re asking for help with? Either way, I’m an SVG neophyte so I’m afraid I can’t be of help)

Isn’t the icon already an SVG?

It seems the site has strict rules about the size and center of their icons, and they enforce them using automated builds:
x icon-size Size of <path> must be exactly 24 in one dimension; the size is currently 23.995 x 24.009
x icon-centered <path> must be centered at (12, 12); the center is currently (11.997, 12)
@spdegabrielle, where did you get the original icon from? maybe you can re-generate it using the required dimensions and center? Alternatively, you will need to install Inkscape and attempt to fix the icon as suggested by your reviewer.

@rudran.sreekumar has joined the channel