Fork me on GitHub
#calva
<
2020-06-15
>
pez05:06:24

Ah, that figures. Thanks for update!

ryan echternacht18:06:02

Can/How do I get calva to pretty format a blob of edn? I grabbed an edn blob (about 3k characters) and dumped it into a new file and want to see it prettily formatted with indenting, new lines, etc

pez18:06:08

Depends a bit in the edn. You can try evaluating it with pprint enabled.

hoppy19:06:46

perhaps also run it through borkdude's 'jet' processor with pretty print

orestis08:06:07

Oh, having jet inside Calva for pretty-printing edn responses would be cool 🙂