reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
phronmophobic 2021-06-02T05:19:11.004600Z

Every so often, I'll evaluate a large value and reveal will dutifully start printing the value. Reveal does a pretty great job, even with relatively chunky values, but sometimes the value is large enough to cause the window to hang. Sometimes, I'll need to restart my REPL. Are there any good workarounds or ways to limit the size of values reveal will print?

vlaaad 2021-06-02T08:52:23.004700Z

Unfortunately not. I have respecting *print-length* and *print-depth* in my backlog, but currently I'm busy with spec forms...

phronmophobic 2021-06-02T16:35:16.006Z

No problem! It doesn’t happen very often. Was just curious if someone else knew a work around