cursive icon indicating copy to clipboard operation
cursive copied to clipboard

Cursive: The IDE for beautiful Clojure code

Results 298 cursive issues
Sort by recently updated
recently updated
newest added

It seems the ".." macro is not being interpreted correctly. Looking at the example below, starting from the 3rd line IntelliJ starts complaining that `schemaGroup` cannot be resolved (and the...

### Error java.io.FileNotFoundException: target/native/win/32/webp-imageio.dll (No such file or directory) ### Stacktrace ``` java.io.FileNotFoundException: target/native/win/32/webp-imageio.dll (No such file or directory) at java.base/java.io.FileOutputStream.open0(Native Method) at java.base/java.io.FileOutputStream.open(FileOutputStream.java:293) at java.base/java.io.FileOutputStream.(FileOutputStream.java:235) at java.base/java.io.FileOutputStream.(FileOutputStream.java:184) at clojure.java.io$fn__11655.invokeStatic(io.clj:319)...

Neither manually exporting IDEA settings or the IJ settings sync will move the commands across computers. https://clojurians.slack.com/archives/C0744GXCJ/p1689005592509099

The [`clojure.data.xml` lib](https://github.com/clojure/data.xml) from the official Clojure github repo uses a custom [`export-api`](https://github.com/clojure/data.xml/blob/master/src/main/clojure/clojure/data/xml/impl.clj#L29-L32) function to define most of its public API, hence none of it is resolvable. Resolving `clojure.data.xml.impl/export-api` as...

Per discussion on slack: https://clojurians.slack.com/archives/C0744GXCJ/p1689690206376449 It would be nice to have a way in Cursive to explore the keywords of a project, currently, there is no way to list all...

Recently in Slack, @grav asked about stack traces being printed in `AssertionError`s ([here](https://clojurians.slack.com/archives/C0744GXCJ/p1672905076297509)). In the podcast he linked to, @puredanger discussed how tools including Cursive can interfere with the error...

I can connect and use an nREPL with scittle but the noise makes it ... uncomfortable / ergonomically sub-optimal / unusable It all does actually work, so is there a...

Occasionally, when generating the stubs, this exception is thrown.

I get the stacktrace below anytime I open a project that uses eslint: ``` java.lang.Throwable: Exception parsing /projects/test/node_modules/eslint-plugin-vue/lib/rules/no-watch-after-await.js java.lang.NullPointerException: Cannot invoke "org.mozilla.javascript.ast.AstNode.getType()" because "iter" is null at org.mozilla.javascript.Parser.generatorExpressionLoop (Parser.java:3516) org.mozilla.javascript.Parser.generatorExpression...

My test-workflow consists of running tests via a REPL, usually via `Run tests under caret in REPL` followed by several `Re-Run last test action in REPL`. Often I'm not editing...