Colin Fleming
Colin Fleming
An issue has been filed against Cursive, cursive-ide/cursive#2970. The issue seems to stem from an exception which contains a datom in its `ex-data`. Cursive uses `clojure.walk` over the `ex-data`, and...
e.g. if this is already present: ``` [lambda.dynamo :refer [->attr ->item ->stack-table from-item]] ``` requiring via: `(dyn|)` using autocomplete will result in: ``` [lambda.dynamo :as dynamo] [lambda.dynamo :refer [->attr ->item...
If the user runs two instances of the same REPL run config, currently there's no good way to indicate which should be used to evaluate. There's really no way to...
Reported by @kwladyka in Slack. Repro repo is: https://github.com/microsoft/same-ish. 