playback icon indicating copy to clipboard operation
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

Results 7 playback issues
Sort by recently updated
recently updated
newest added

`#>(+ 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.

![Screenshot_20240906_154845_YouTube](https://github.com/user-attachments/assets/63b57ce4-1016-404e-b50a-4c1b0a78ba81) , 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....