Jim Newton
Jim Newton
A few places in the code can be simplified using clojure core functions which perhaps didn't exist at the time the original backtick was implemented.
This issue reports a problem [which was discussed](https://clojurians.slack.com/archives/C0617A8PQ/p1601449358069800) in the clojurians forum. I often get the following confusing message when debugging clojure macros in cider.  The basic...
#465 Expected behavior When I use M-x cljr-move-form, i expect to see something like what happens on [https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-move-form](the move form video). It should ask me which file I'd like to...
When I press save in the scastie, tool where does it save to? Can it look at a list of things I've saved? If I loose the url to a...
the static analyzer does not seem to understand the syntax of `case`. cursive claims there's an error in the `(not)` form. However, the code run correctly and prints 3 as...
I'm trying to create a plot with scalaplot. If I use the approach using plotter.pdf and plotter.gui it seems to work. ``` scala val plotter = new JFGraphPlotter(chart) plotter.pdf(outputDirName, outputFileName)...
The README.md file specifies to use the `JFGraphPlotter` class, but does not indicate how bring it into scope. Do I need to add something to my build.sbt file? or does...
In the Gnuplot section of the README, there is a code example `plotter.writeToPdf("dir/", "name")`. I don't find any such method. Are you sure that writeToPdf is a method callable on...
Adding an `(if directive ...)` around the call `(get directive-table (Character/toUpperCase ^Character directive))` solves the problem and allows the error handling code to be reached.