-
i often find myself wanting to re-connect a CIDER REPL session to a different VM, preserving command history - often this is for comparing behaviours between different versions of the same software ru…
-
Per https://github.com/clojure/clojurescript/wiki/Custom-REPLs#output
Note that `:print-no-newline` was requested by me (and in fact, I only just now retroactively added the interface spec above to a…
-
I've been working just off the standard firebase api, when using re-frame I just have a subscription that looks like this
```
(re-frame/reg-sub-raw
::firebase-path
(fn [db [_ path]]
(let […
-
## 🐞 Is this a bug report or feature request? (choose one)
- Bug report
## 💻 Version of CKEditor
v1.0.0-alpha.2 balloon editor
## 📋 Steps to reproduce
add and remove whitespace with not…
-
I run `lein repl` then do a `(future-call dev)` in one terminal. Once that's started I run `lein figwheel` in another. The following results, but the prompt never appears.
```
vagrant@ubuntu-xenia…
-
I would like to use kee-frame and sente (with websockets) for my SPA. When the browser opens a url like http://kee-frame-sample.herokuapp.com/league/452/table I have to wait for an established websock…
-
Hi!
I've been using Promenade for some time, and find it quite useful, thanks for writing it :).
I've observed one issue (which isn't a bug, more like a repl-interface niggle).
``` clojure
(…
-
Any change I make requires a reload:
![what_happened](https://user-images.githubusercontent.com/873610/34458842-88385bde-eda6-11e7-9bf5-81aab0860ecc.gif)
-
**Describe the bug**
in a java project, on a method, I run the command `xref-find-references` emacs shows: `wrong type argument: hash-table-p, nil`
**To Reproduce**
in a java project. run `xr…
-
I am trying to configure a Reagent project with shadow-cljs but I am having trouble with the live-reloading part. I am running Java 1.8.0_152 on macOS 10.13.2 (17C88).
Here are the relevant project…