-
It should be possible to add a headless JS context (like phantomJS) to the JS plugin so that adding a browser connection will not be necessary anymore having all the "live" benefits on CLJS code.
-
So, while playing around with enfocus this afternoon I came across a little weirdness with listen-live, which I will do my best to describe via example.
the callback for listen :keypress will get an …
-
If I run `$ boot garden` in the context of a Hoplon project, the existing generated index.html is removed from the public directory. I assume this is because of the file staging process to support a f…
-
I'm getting the following error regardless of what I type. I start the client inside nrepl of emacs. If I use just terminal it works but not from emacs. (I typed just number 10 and I got following). A…
-
Hi there!
I'm considering Reagent vs. OM.
I'm using LightTable.
So far I haven't been able to successfully use Reagent with LightTable live coding.
With OM it works every time (following the first s…
-
is there any way to get a brepl to be able to do some sort of live editing? Recently saw that this could be done using trampoline and I am now thinking of ways to do the same in lighttable.
e.g somet…
-
Cider freezes often here.
`M-x toggle-debug-on-quit` reveals the following:
``` emacs
Debugger entered--Lisp error: (quit)
accept-process-output(nil 0.005)
(while (or (null nrepl-sync-response)…
-
Hey folks, Hoplon is great stuff -- really enjoying it :-) I've got a couple projects at work that I'd like to use it on, and towards that end, I started porting a Bootstrap theme to use it:
https:/…
-
I am on OSX mountain lion and ST3
When I attempt to evaluate selection, line, or block to the REPL I get errors and/or unwanted output in the REPL.
### Clojurescript - not working
Using both the Rhi…
-