Hugo Duncan

Results 30 issues of Hugo Duncan

To ensure consistent runs of marginalia, it would be useful to have lein-marginalia read configuration from the project.clj file, using a `:marginalia` key or similar.

Looking at `run-marginalia` it seems that it is not possible to specify the output directory in `project.clj`, since `*dir*` is bound based only on the command line arguments.

lein-specific

In order to prevent build up of disk usage, compiling with temporaryOutputDirectory set to true should remove all compiled class files after compilation.

A dependency with test-jar is not put on the clojure:swank classpath, even when the test classpath is specified with true

Using a `_` in the replacement string of `Regex::replace` leads to unexpected behaviour. The `_` seems to be treated as a backspace. The documentation should either make mention of this,...

enhancement
regex2

## Expected behavior Cider jumps to the correct source when clicking a stack trace frame. ## Actual behavior Cider jumps to clojure.core/fn as source of stack frames for top level...

bug
help wanted

When viewing a vega-lite chart, it looks like the vega-lite view extends past the right hand edge of the visible component. The red highlighting around the selected portal item is...

bug

When creating a variable using an arithmetic expression, the variable would be more identifiable in output if it could be named for a problem domain concept. ## Expected behavior ArExpression.intVar...

feature

Is there interest in making the lein plugin automatically add source jars to the classpath? One possibility is to add source coordinates to the `:dependencies`, but since most artifacts in...

enhancement

with-connection does not currently allow a timeout specification for making a connection.