Mark Engelberg
Mark Engelberg
So far, I've set up my data structure to behave like a list in terms of cons, first, rest, next, seq, meta, with-meta, empty, empty?, count, hash, =, to-array, into-array,...
I'm on version 2.30.1. Through more testing, I've found that the parallel edge does get drawn as long as all the edges between a given pair of vertexes are grouped...
I've worked around the problem by sorting the edges first before passing them to digraph, but if you need me to do anything to further troubleshoot this so others are...
I get the same problem when I feed the output directly to dot at the command prompt. Dorothy generates the following string: ``` clojure => (-> [[1 3 {:color :blue,...
OK, good to know it's not an issue in the newer versions of dot. Thanks for investigating. On Sun, Apr 13, 2014 at 8:51 PM, Dave Ray [email protected] wrote: >...
I've actually been using better-cond from Cursive for the past couple of weeks, and have it working well enough that I find it usable. The key is to put the...
Oh, and it's worth mentioning that you only have to teach it about indenting and resolution once, and then it remembers it across all projects.
I don't currently use Cursive or clj-kondo. I'll need to reach out to @borkdude who supplied the pull request for better-cond to support clj-kondo to see if he knows why...
Would renaming the hook resolve this issue?
OK, I pushed @borkdude's pull request as version 2.1.2. Hopefully this will provide a better experience on Cursive. Let us know how it works out.