Morten

Results 15 comments of Morten

Just a quick note. I seems one host is using python 2 and the other python 3. Could that have influence your test?

Hi @kevin-bates Sorry for the late reply, I just returned from a vacation. I will try to get some time to fit this solution into a working example for you...

Hi @kevin-bates I made some changes to https://github.com/buhl/enterprise_gateway/blob/master/etc/docker/enterprise-gateway/Dockerfile and https://github.com/buhl/enterprise_gateway/blob/master/etc/docker/enterprise-gateway/start-enterprise-gateway.sh So now the jovyan user is added to the docker group. I have spent the most of two evenings trying...

Hi @kevin-bates Great, thanks! I will try with the `make targets` later this week. I actually got enterprise-gateway to build and run. The /api/kernelspecs enpoint you suggested also seem to...

My main platform at the moment is Ubuntu LTS. It's always waaaay behind official releases, so I would have to continue using a git version to stay current. But it...

It is indeed an interesting idea. I have never made a public package for any distro before and have no idea of what requirements the different package managers have. should...

I don't know if this belongs here or a new issue. But if packaging is being considered maybe we should also consider following [XGD specs](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) having bash-it reside in `${XDG_CONFIG_HOME}/bash-it/`?

Hi, It's been a while since I have been here. I have been a little unfaithful and have been flirting with nixos and home-manager which atm doesn't have a package...

I too have had the urge to do a little spring cleaning :smile_cat: I second the notion of splitting this into little manageable PR's. I hope to soon have the...

Question about the completion libraries. Lets take apm for instance. Should I vendor in the library and source it from `completion/available/apm.completion.bash` instead of `vendor/init.d/apm.completion.bash`?