Ryan Spangler

Results 7 issues of Ryan Spangler

Hello, I'm having an issue with snap.svg where whenever I animate a rotation between 269 and 270 degrees the whole thing spins around the entire circle instead of advancing a...

Wondering what you think of the idea of being able to translate SMILES strings into visualizations? I know it would be missing the position information, so would possibly require some...

question
wontfix

Using enlive when reading certain urls gives me a StackOverflowError, with these parts of the stacktrace repeated over and over: ``` clojure.core/mapcat core.clj: 2660 clojure.core/apply core.clj: 630 clojure.core/seq core.clj: 137...

Hello! Just trying to run through some examples, I get an error for the following snippet from the docs using the latest version of bioservices (1.11.2): https://buildmedia.readthedocs.org/media/pdf/bioservices/latest/bioservices.pdf ``` >>> from...

documentation

The function `bipartite-color` will fail (non-deterministically!) for digraphs if it contains at least one node with no outgoing edges due to the use of `successors` here: https://github.com/aysylu/loom/blob/master/src/loom/alg.cljc#L438 There is discussion...

An issue came up over in the [Ubergraph](https://github.com/Engelberg/ubergraph/issues/35) repository about a failure with `bipartite-color` in the case of digraphs. There is discussion about the problem and solution there. It turns...

I get the following exception when trying to include this library after adding 0.3.2 to my project.clj: `CompilerException java.lang.RuntimeException: Unable to resolve symbol: deftrace in this context, compiling:(twitter/request.clj:37:1)` Looks like...