gnl / playback

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
Other
94 stars 1 forks source link

opens browser without link #6

Open bennoloeffler opened 2 months ago

bennoloeffler commented 2 months ago

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 …

Browser starts new window without link…

Portal plugin in IntelliJ still works, when redirecting portal to IntelliJ.

bennoloeffler commented 2 months ago

FIXED I had a crippled binary of chrome in my path: ~/bin/chrome that ignored url. So it started as empty browser.