Colin Fleming
Colin Fleming
Occasionally, when generating the stubs, this exception is thrown.
I recently fixed cursive-ide/cursive#2867, which is due to some internal changes in deps.clj (use of the `$HOME` env var to find the user home). However as part of debugging this...
If a user has two projects open, and they each contain a project-specific REPL command with the same name, IntelliJ will produce an error in the log: ``` 2024-04-20 10:18:04,066...
For example: ```clojure (try (URI. (subs line 24)) (catch Exception e (print/print-error state (str "Error parsing URL " (subs line 24) ": " (.getMessage e))))) ``` Here, `e` does not...
### What version of Datahike are you using? 0.6.1558 ### What version of Java are you using? 17 ### What operating system are you using? MacOS ### What database EDN...
Hawk currently depends on the Barbary WatchService. They don't advertise it very clearly on their website, but it's under the GPL v2 because it includes OpenJDK code - see [here](https://github.com/gjoseph/BarbaryWatchService/issues/6)...
e.g. in ```clojure (ns my-test) (Map$Entry) ``` The class reference will be marked, but the intention to import is never shown.
For example, when inlining `dir` in this snippet: ```clojure (let [dir (jio/file "/Users/colin") ^FileFilter ff (fn [f] true)] (.listFiles dir ff)) ```
Similar to #2911, after the console update the command line is not being folded.
In [1.13.4-eap1](https://groups.google.com/g/cursive/c/GkRfLjh1g6M/m/23PfAyKyCQAJ), the Cursive REPL output console was switched to use IntelliJ's code for the output view, rather than an internal vendored version. As a result of this the "Toggle...