Samuel Lelièvre
Samuel Lelièvre
It can be useful to disable a course's shared project for a while. This can prevent students from accidentally starting it instead of their own project, for instance during an...
In the list of files in the "Files" tab, a thumbnail giving a preview of each image file, instead of a generic icon, would be great. It could often help...
It would be nice if the Amethyst pane had an "About" tab with the current version and an option to check for updates. The alternative is of course to visit...
Add a clear warning at the top of the readme indicating that development of IScala has stopped, and point to Almond for a currently maintained replacement.
Please provide (and/or document) multi-user support. This is a prerequisite for making a Scala Jupyter kernel available on SageMathCloud: https://github.com/sagemathinc/smc/issues/395#issuecomment-174999844
[IScala](https://github.com/mattpap/IScala) is a Scala-language backend for IPython. See [this thread on sage-cloud](https://groups.google.com/d/topic/sage-cloud/GMfqNAFENb0/discussion). More generally, see the list of [projects using IPython](https://github.com/ipython/ipython/wiki/Projects-using-IPython).
Providing a markdown version of the LPPL license would help display it nicely in code repositories that use it. Current `LICENSE` file renamed to `LICENSE.md` displays poorly: - [Markdown rendering...
Following [2018-10 discussion on opendreamkit-participants](https://listes.services.cnrs.fr/wws/arc/opendreamkit-participants/2018-10/msg00033.html), let's list conda packages of OpenDreamKit components. - [x] GAP: https://github.com/conda-forge/gap-feedstock started by @isuruf in 2017. - [x] Pythran: https://github.com/conda-forge/pythran-feedstock
Select a block of lines indented by at least two indentation levels.  Press shift-tab to unindent one level. Expected: block unindents one level and stays fully...
Follow-up to #6074. Task lists misbehave with respect to the non-task lists. Screenshot:  To reproduce: ```markdown **Package best practice** - Publish on PyPI Then anyone can install the package...