reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
vlaaad 2021-01-08T22:33:40.059800Z

Hey there! I released 1.2.185 , which has a couple of minor QOL improvements: • improved error handling in rx/observable-view — if view threw an exception given some unexpected value in watched ref, and then observed ref got an expected value that does not lead to exceptions any more, the view will recover; • deprecated rx/stream-as-is , all formatting functions in vlaaad.reveal.ext ns are now automatically streamed as is without this explicit wrapper.

seancorfield 2021-01-08T23:04:46.060400Z

Cool. I'll remove that wrapper from my dev code in my dot-clojure repo soon then.

2👍