Colin Fleming
Colin Fleming
Back in #2878, support was added for the provisional new interop features in Clojure. They were later updated in [Clojure 1.12.0-alpha10](https://clojure.org/news/2024/04/28/clojure-1-12-alpha10) and [Clojure 1.12.0-alpha12](https://clojure.org/news/2024/05/23/clojure-1-12-alpha12). These updates should be incorporated into...
When creating a new project, or opening one that has been cloned from e.g. GitHub, the user then always has to create a run configuration. It would be nice to...
Sometimes when pasting code that is obviously not HTML, Cursive will offer to convert it to hiccup, mistakenly taking it for HTML. This seems to be because the IntelliJ HTML...
It would be useful to be able to specify for a particular form how it should be folded. For example, a `let` could be folded to just show the variables...
Reported by @mpenttila in Slack: > It seems that in 1.13.4 inputs and results in the REPL console window have the background colour of editor windows (i.e. General -> Text...
This issue serves to capture various parinfer cases which don't work well: ```clojure output_tokens (do (print (str "")) (flush)) ``` Here, if the caret is right before `output_tokens` and that...
Reported by @serioga in Slack: > Is it possible to “show directory for non-unique file names” for Clojure files in editor tabs, when I choose Editor tab style: File name...
Reported in Slack by @simongray here: https://clojurians.slack.com/archives/C0744GXCJ/p1727946413145859 > I’m trying out Datalevin. Unfortunately, Cursive won’t let me view the exception I’m getting. Cursive seems to crawl the exception before outputting...
Slack thread with @p-himik is here: https://clojurians.slack.com/archives/C0744GXCJ/p1728382971192059 It's unclear what the culprit is here, these work fine on the command line with both deps.clj and Clojure CLI. Repro case is:...