Carsten Behring

Results 517 comments of Carsten Behring

Support for "devcontainers.json" ? `devcontainer.json` becomes a bit of standard way of describing "development containers." Parts of it is Visual Studio Code specific, but parts are not. https://code.visualstudio.com/docs/remote/devcontainerjson-reference I think...

> I only think about a small subset, of "fields" from the devcontainer.json file Firstly there is an existing cli tool, which should be "called" from emacs: https://code.visualstudio.com/docs/remote/devcontainer-cli This does...

I have the same problem. And I am on Linux

1. Build this Dockerfile: https://github.com/behrica/vega-lite/blob/addDockerfile/.devcontainer/Dockerfile 2. start it with "docker run -ti ... /bin/bash" 3. User `docker-container-shell` 4. run 'echo $PATH' -> '/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin' expected: /home/node/.gem/ruby/2.5.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin The correct PATH is reported...

Indeed, I have doubts as well. So far Emacs has no "vscode-utils" or "devcontainer" mode. I understand that you see it out-of-scope for `docker.el`

> I think it's a lot of work and maybe that would be better in lsp-mode as suggested on the reddit post. The "close relationship" to lsp-mode, I don't see....

You might want to do it differently, namely having 2 namespaces. One ns which you edit in Emacs exclusively, which contains only some functions or defines global vars to get...

My comments are those: I like to use the Gorilla repl a lot. I think for doing any type of data analysis, it is the best Clojure options so far....

For my personal setup, which is having Gorilla on a remote Amazon EC2 machine, I found a rather "nice" solutions, which consists in: installing "shell in a box" : https://help.ubuntu.com/community/shellinabox...

Coming back to the restart question. I think that it is very disruptive, that for adding a library we need to edit the project.clj (outside of Gorilla) and restart Gorilla....