Colin Fleming

Results 45 issues of 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...

enhancement

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...

bug

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. ![image](https://github.com/user-attachments/assets/85162eb4-38c4-4ed1-93fe-1b4f898bb673)

bug