cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
ikitommi 2019-06-25T08:19:24.073600Z

user error, again: https://cljdoc.org/d/metosin/spec-tools/0.9.3 <-- what do I need to do to refresh the docs? new release?

martinklepsch 2019-06-25T08:29:21.074600Z

@ikitommi not 100% sure what’s wrong but yes, looks like new release might be necessary

martinklepsch 2019-06-25T08:29:31.074900Z

did you force push the repo after pushing to clojars?

ikitommi 2019-06-25T08:35:26.075400Z

maybe, as said, most likely a user-error 🙂

ikitommi 2019-06-25T08:35:48.075800Z

will rerelease

martinklepsch 2019-06-25T08:36:11.076300Z

sorry this kind of thing is still causing a bit of pain every now and then

martinklepsch 2019-06-25T08:45:28.078200Z

There’s some pretty annoying issue with the badges service btw: https://cljdoc.org/badge/metosin/spec-tools — for some reason we get a 400 from http://badgen.net but when requesting the badges directly things seem to work fine. If anyone feels like investigating that that would be fantastic, I’m unfortunately pretty occupied with getting some Heart of Clojure printing stuff sent off 🙂 (also exciting!) https://sentry.io/share/issue/bafd077c662848e49b668a3bb7122a92/

lread 2019-06-26T18:19:16.081300Z

could be… but 400 usually means bad request… 429 is often used for rate limiting…

martinklepsch 2019-06-25T08:46:00.078300Z

the direct request would be https://badgen.net/badge/cljdoc/0.1.2/blue

ikitommi 2019-06-25T10:45:32.078500Z

maybe a rate limit?