blerner
2020-8-30 12:18:34

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:


blerner
2020-8-30 12:22:19

(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)


mflatt
2020-8-30 12:27:12

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


mflatt
2020-8-30 12:29:55

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


blerner
2020-8-30 12:32:11

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


mflatt
2020-8-30 12:36:14

Looks like it may be Cloudflare or something that affects Cloudflare


soegaard2
2020-8-30 12:37:29

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


spdegabrielle
2020-8-30 23:34:09

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.


jcoo092
2020-8-30 23:45:48

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)


samth
2020-8-31 00:36:06

Isn’t the icon already an SVG?


alexharsanyi
2020-8-31 01:13:24

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
2020-8-31 04:27:37

@rudran.sreekumar has joined the channel