Fork me on GitHub
#reveal
<
2021-01-08
>
vlaaad22:01:40

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.

seancorfield23:01:46

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

👍 7