-
I tried to use seesaw but just calls like `frame` or `alert` crashed the REPL. Then I saw that it causes crashes even if I try to use Swing directly.
REPL on a project without seesaw (only `[org.cl…
-
When running `:Cljfmt` in a .cljs file and connected to a shadow-cljs created nRepl (via vim-fireplace), my entire file gets replaced with what appears to be the output of an error message. This is es…
-
nREPL now has [dynamic insertion of middleware](https://github.com/nrepl/nrepl/pull/185), as well a [sideloader](https://github.com/nrepl/nrepl/pull/162) for requesting resources from the client. CIDE…
-
When rewriting dependencies with Mr Anderson and the rewrite prefix namespace contains dashes, defrecord instances are not referenced correctly.
Cider uses the "cider.nrepl.inlined-deps" prefix for…
r0man updated
2 years ago
-
## Please note
As I've been filling this issue I have narrowed down the cause of the exception.
I'll provide the narrowed down version and the real-world version.
Narrowed-down version seems to h…
-
7888 is "free", at least in IANA.
Most users want to put an nREPL port on their app, and that should always be on a typical port. Auto-selection of a port is only desirable in tooling scenarios, an…
-
https://clojure.org/reference/data_structures#StructMaps
"you cannot dissociate a struct map from one of its base keys"
```clojure
(m/rewrite (struct (create-struct :tag :content) :name "bob")
…
-
## To reproduce
```console
$ lein new luminus lumtest +http-kit
$ cd lumtest
$ lein repl
user=> (start)
user=> (stop)
```
## Results
```console
user=> (start)
2020-08-12 08:52:21,558 [n…
-
The first of these two patches adds authentication to the server, and
the second trivially adjusts the message function to use it (as an
example).
I could easily imagine the current approach migh…
-
I'm getting an exception trying to write to string a map with nil as a key.
```
(jsonista.core/write-value-as-string {nil 1}) ;; => throws com.fasterxml.jackson.databind.JsonMappingException
1…