Tom Wiesing

Results 60 comments of Tom Wiesing

We are using the 'atom-workspace' tag, see https://github.com/karan/atom-terminal/blob/master/keymaps/atom-terminal.cson#L10

@martin0258 Sames as #32, what does this have to do with the atom-terminal package? The error traces into the minimap package (NOT atom-terminal): ``` at HTMLDivElement. (C:\Users\Martin\.atom\packages\minimap\lib\minimap-element.coffee:175:11) ```

@martin0258 The error message is "Failed to activate the minimap package". Why is this on the atom-terminal package tracker?

I don't think we can really fix this. Sounds like atom does not disable keybindings when disabling a package.

This can be achieved without control flow modification already. ```go file, err := os.Open(path) if err != nil { return err } var closeOnce sync.Once defer closeOnce.Do(func() { file.Close() })...

Similar, I have actually been forced to not use krypton for login because of this.

@nthiery that sounds like exactly what we need. Can you commit that code and include it in your Dockerfile?

@nthiery That sounds like great work. I would want to auto-build the docker image on every commit, and automatically update the container on our server. Which means I would want...

We have one deployment running within MathHub on https://jupyter.mathhub.info/, running an MMT kernel.

@pdehaye We currently have three images that I am aware of: 1. [kwarc/tema_search](https://github.com/KWARC/TEMA_docker) for MathWebSearch, I think we do not want to include this in an ODK container 2. [kwarc/localmh](https://github.com/KWARC/localmh_docker)...