Nick Heinbaugh

Results 11 comments of Nick Heinbaugh

Just as a heads up this error can also occur when you try to edit the generated docs while having the atom api preview window open.

I'm not sure. In order to idiot check myself I removed the image that I had downloaded from Docker Hub and git cloned the repo (as suggested), but it exited...

Okay, I think I understand what is happening. The packages.sh file assumes that I have apt-get on my machine, but I don't because it is a windows machine. If I...

Okay, Docker is able to get through the first apt-get update that is in the script, but when it tries to run packages.sh it fails. I verified that the contents...

I don't know what is causing it, but for some reason it does not want to work with the external .sh scripts. When I pull them into the main Dockerfile...

I'm working through it, I got it to build correctly, but when I run `docker run -itd --privileged -p 8008:8008 -p 8009:8009 -p 8010:8010 test -e` It fails giving me...

Windows appears to be the culprit after all. The line endings were all CLRF and that was causing bash to hate itself. I just reset all my line endings to...

That was the problem. I feel that we can close this out unless you want to actively work on getting it to work out of the box with windows machines....

I have a very simple fix for preventing windows from updating the line endings. If we create a .gitattributes file and add this line: `*.sh eol=crlf` Then windows will not...

Alain: I think that the fact that the scroll speed is zoomier in large grids has nothing to do with the code and more to do with human behavior. When...