Andy Fingerhut

Results 1017 comments of Andy Fingerhut

Sorry I haven't thought about this issue in detail yet, but is there any similarity or overlap between this and issue #55 ? https://github.com/jonase/eastwood/issues/55

Agreed that large dumps of data are too much for a person to deal with :) A summary size for all objects reachable from a given object is a nice...

If you try the latest version it uses the ubergraph library to create an intermediate graph before drawing, so all of loom's and ubergraph's algorithms are available for examining it...

OK, code and README on master branch updated a few minutes ago, with examples showing how to create the full graph for one or more objects, then to trim it...

It simply compiles the files in your :source-paths (which is ["src"] by default in Leiningen if you don't override it) and their subdirectories, with reflection warnings enabled. It isn't necessarily...

I still see the same error with the same command for Leiningen version 2.5.0, Java 1.7.0_45, on Mac OS X 10.9.5 and Clojure 1.7.0-alpha5.

Some suggested alternate doc strings for many Loom and Ubergraph functions. A fair amount of it is likely specific to the Ubergraph implementations. I have not checked for differences with...

The proposed change to function resolve-node-or-edge is likely the most controversial part of this PR, but I am happy to consider all feedback you may have. That change to resolve-node-or-edge...

I don't actually have a use case in mind for taking edge objects from one graph and adding them directly to another. There seem to be at least a few...

I downloaded a copy of this JSON file today, and the time stamp included within it appears to be from 2021-Mar-28: https://clojuredocs.org/clojuredocs-export.json Is there some periodic process to write new...