devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
pez 2016-04-14T15:08:01.000162Z

I have a strange issue with the repl stopping to work when devcards are rendered. Anyone else seen this? What happens is that if I navigate to a devcard (or the devcards index) the repl seems to disconnect from the browser, things like (+ 1) just hangs. But if I navigate away to something else in my SPA then the repl seems to connect again.

grav 2016-04-14T20:09:12.000163Z

@pez I’ve experienced this as well

grav 2016-04-14T20:09:26.000164Z

Though navigating doesn’t do it for me though.

pez 2016-04-14T20:49:07.000165Z

@grav: I take it you have not solved it? 😃

grav 2016-04-14T20:52:23.000166Z

No I haven’t unfortunately. What I am currently doing, is to switch to my regular build when I want to use the repl, and then back again, when doing devcards. Not optimal. I haven’t investigated much, and I cannot seem to find a pattern. But when it locks up, I have to restart figwheel.