Carsten Behring

Results 517 comments of Carsten Behring

see here for discussion: https://clojurians.zulipchat.com/#narrow/channel/454856-kindly-dev/topic/document.20kind.20options

So I suggest to first document it as malli schemas. The we could "generate" human readable docu from it.

I use Codespaces and, the devcontaioner.json is this: ``` { "name": "R (rocker/r-ver base)", "image": "ghcr.io/rocker-org/devcontainer/r-ver:4.4", "features": { "ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}, "ghcr.io/rocker-org/devcontainer-features/r-packages:1": { "packages": "rmarkdown,devtools,tidyverse,r-lib/xml2,jsonlite,httr2", "additionalRepositories": "CRAN = 'https://packagemanager.posit.co/cran/2024-06-10'" }, "ghcr.io/rocker-org/devcontainer-features/rstudio-server":...

The "high level description of the issue" could as well be expressed as: The rstudio instances started by the rstudio-feature ""ghcr.io/rocker-org/devcontainer-features/rstudio-server" does not **inherit** the correctly setup GIT authentication configuration...

The "root cause" of the issues likes in the fact that when using the rstudio server together with codespaces, the source code **will not be cloned by rstudio** . As...

I found a workaround, namely to "change" the remote url, so replacing an url like: https://github.com/my-project via ``` git remote set-url origin xxxx@https://github.com/my-project ``` where xxx is a github token....

Renviron would not work I believe, as this sets it for the "rsession". But the rstudio GIT UI tools are part of "rserver" itself, not the rsession. I tried to...

same for me. I am poking arrround , still blindly, in deep diamond, but could not print my tensors, geeting NPEs Now i see of course, having learned from #22...

We can discover this via ``` from sklearn.utils import all_estimators estimators = all_estimators() for name, class_ in estimators: if hasattr(class_, 'predict_proba'): print(name) ```

Hanging or crashing ? There is a well known problem in Clojure, but it kmakes it crash (at least n Linux) These jar are very big, maybe wait a bit...