https://github.com/kkinnear/zprint has lumo support!
https://github.com/kkinnear/lein-zprint#a-zprint-formatting-filter-using-planck-or-lumo uses lumo to make it faster
I can actually use this in vim now, this is great
nice
that's great
!a(zp
boom
OH, there's a new lumo release
1.5?
yeah
3 weeks ago 😄
I should get an RSS feed or something.
interesting how you didn’t get the news about the release
I like to build each lumo release from scratch in a container. Keeps me on my toes.
@dominicm how do you get your news?
I’m looking to reach more people
there’s also an official Lumo Docker image now: https://hub.docker.com/r/anmonteiro/lumo/
I've had a few weeks locked in a basement researching databases & wiped my phone (no RSS reader)
not sure if that helps you
Usually planet clojure though 🙂
sounds fun
It was uh, enlightening
my blog stopped working with Planet Clojure at some point
I don’t know why
Oh :thinking_face:
I think planet clojure is pretty big/common. It's worth getting it fixed I think
I’ve asked
fwiw, it seems to get a 500 when hitting the rss it seems
weird
@dominicm how did you find that out?
there’s clearly a feed here: https://anmonteiro.com/atom.xml
@anmonteiro I hovered over your name on planet clojure, and your desc was "Internal Server Error"
@anmonteiro are you able to grep your server logs for 500 on that url maybe?
it probably sends a user agent of some kind too, to make it easier
it’s hosted on GitHub pages 🙂
no logs
😞
But you have https?!
how do you have https & github pages?
through cloudflare
cloudflare might block what it perceives as a bot, maybe?
perhaps
hrm
maybe I can make a rule of some kind
user agent prefix: UniversalFeedParser/
no idea if cloudflare can tell you about that. Or maybe after a one-off 500 on GH pages, it gave in
OR (yes I can do this all day…) the planet clojure server isn't up to date on SSL CAs.
Odd, Firefox shows this
so, it's a https url, but does not support encryption :thinking_face:
so the rss feed doesn't seem to support ssl, is that even possible?
I get a lock on the index page
hrm
I bet browsers handle that far better
curl: (23) Failed writing body (1157 != 1369)
I'd bet python doesn't like it that much :thinking_face:
I’m trying to just disable HTTPS on /atom.xml
that’d probably fix it?
You might need to update the URL too?
to be non-https
in planet clojure?
yeah
they have https hardcoded
they do?
they also have a filter, to only get things containing 'clojure'
^ this doesn’t redirect to HTTPS anymore
this is entirely speculation on my part. But there's definitely something funky going on with your https & cloudflare.
either way, this zprint thing is fucking awesome
haha
why?
why is zprint awesome?
because the setup is easy (`lein zprint > ~/bin/zp`). And it's entirely editor agnostic.
I can use it from vim without any special setup. Very unixy, very fast, reformatting.
Time to go bikeshed this stuff.
cool
(That means running it against a project and seeing if it makes me happy)
if nothing else, the < 80 chars pleases me 😆