Lars Kastner
Lars Kastner
Attempt fixing #2303 The logic is as follows: The repl session is split into two parts, the first part goes from the start until the current command, and the second...
I made a minimal working example. My doctest looks similar to: ```` ``` jldoctest label julia> a = ("a", "b", "c"); julia> a ``` ```` (I left the output empty...
I decided to merge #1999 and relocate the discussion on the separation of `experimental` from the rest of the source here. - We all seemed to agree that the user...
This is due to the following bug [8502](https://github.com/mitchellh/vagrant/issues/8502) of vagrant, which is caused by bug [16670](https://www.virtualbox.org/ticket/16670#comment:4) in virtualbox. Solution: Try again with different version or apply solution from these threads...
Open a session of webm2 and wait for M2 to start. Then reboot the server. Now it seems as if the (new) server cannot handle the old cookie.
Currently there is only one method, dealing with images and files alike, `handleUserGeneratedFile` in the `specialUrlEmitter.js`. Should we maybe serve images as popups instead, just like the `viewHelp` in M2...
For the display graph part we currently get: `i10 : displayGraph A -- running: dot -Tjpg /tmp/M2-17-0/2.dot -o /tmp/M2-17-0/3.jpg -- running: display /tmp/M2-17-0/3.jpg & sh: 1: display: not found` This...
Currently these do not mention the behaviour for polyhedra with lineality. This should be fixed and augmented with examples. Furthermore the functions `minimal_faces` and `rays_modulo_lineality` should be mentioned.