Carsten Behring

Results 192 issues of Carsten Behring

I can not get any plots to work. I believe it has to do with the id mangling, which eventually with the latest version of svglite is broken. This fork...

svglite package needs to be present as well

I notice that supplicated outputs are suppressed. So evaluating: ``` clojure 1 1 ``` shows: ``` 1 ``` instead of: ``` 1 1 ``` I only fails, if they duplicationss...

bug
core

incanter, for example, contains some functions starting with a "$", like '$rollup'. The completion of those names does not work. ```clojure (ns zealous-atoll (:require [gorilla-plot.core :as plot] [incanter.core :as ic]...

If I create a regexp with an syntax error inside of the regexp, I get a confusing error in Gorilla (because the real error message is not visible: ``` clojure...

bug
core

As my gorilla clojure blocks get bigger, I start refactoring code and get therefore sometimes exception in my code blocks. It seems to me that, even if several exception occurred...

bug
core

I openeded an issue for the nippy library here: https://github.com/ptaoussanis/nippy/issues/57 But It might be a Gorilla repl problem. I cannot reproduce it in a non-Gorilla repl (Emacs or leiningen).

bug

I noticed a case where a complex exception is not shown in the Gorilla Repl, it just renders a red empty box in the output. The real stacktrace is this,(copied...

bug
core

Setting the "standard" system settings to pass in proxy username and proxy password doe not work. So this does not work: ``` clojure (System/setProperty "https.proxyHost" "my HOST") (System/setProperty "https.proxyPort" "my...

bug

I was investigating the differences between the approach of 'huri' and the approach of "core.matrix dataset" (and incanter 1.9.9 which is using it) regarding datasets. I am not looking at...