playback
playback copied to clipboard
Easier-than-print dataflow tracing to tap> and Portal with automatic last-input function replay on eval, instant re-render and effortless extraction of traced data
`#>(+ 1 1)` works and shows results in portal window. `(inc #>
`playback.core` requires `portal.web` if it's running under cljs: https://github.com/gnl/playback/blob/master/src/playback/core.cljc#L20. This immediately crashes nodejs runtime as it's missing the window global. There needs to be some alternative that allows to use...
Browser starts without link… Im running a zero config setup. Clojure 1.11.3 Lein: project.clj Project file contains [com.github.gnl/playback "0.5.4"] core.clj starts with: (ns xyz.core (:require [playback.preload])) Running lein repl …...
It clutters my REPL output window, which forces me to turn tracing on/off constantly.
 , see the problem, kindly edit it ,why cause it?
I'm running both CLJ and CLJS REPLs, tried closing and then reopening Portal window on both: ``` #?(:cljs (playback.core/open-portal!)) #?(:clj (playback.core/open-portal!)) ``` The second one results in error: ``` 1....