Carsten Behring
Carsten Behring
Yes, "yarn install" is missing. The issue is, that I cannot test my changes. "act" in unreliable (it works wit current directory (not with checkout ..) and on my branch...
Now it should work ... "yarn install && yarn build" should do it, right ?
In this project there seems to be some code which can parse javadoc from a local maven repository: https://github.com/georgewfraser/java-language-server/blob/master/src/main/java/org/javacs/Docs.java The method signature looks promising: Optional memberDoc(String className, String memberName)
Same problem for me in emacs/cider It never worked for me, but I was not aware so far, that it should work,,,
I somehow think it is a Emacs/Cider related problem. @didibus, are you using Cider ? I created this issue in Cider: https://github.com/clojure-emacs/cider/issues/2528
Unrelated to emacs/cider. It's an other problem. I updated clojure-emacs/cider#2528 accordingly
Maybe on more comment, why I don't use the "import" in the first place ... I discovered the issue by using the library https://github.com/vvvvalvalval/scope-capture A debugging tool which allows to...
This PR clearly collides with #203 , which want a single line printing for columns...
@ezmiller I was looking at your article and PR. Interesting work. I could make some comments regarding "finally, consider importing ideas from R’s “factors”, where should I make those ?
I can only reiterated what I think. The current Colum metadata is important (but hardly visible). If I would re-invent `tech.ml.dataset` (and want to keep "Factors" and other column metadata...