Samuel Lelièvre

Results 27 issues of 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...

I-enhancement
A-project listing

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...

enhancement

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...

enhancement
category base (latex)
long-term

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. ![Block of lines selected](https://user-images.githubusercontent.com/2786973/184217936-50d95a6d-5606-469e-842e-e4167891c00f.png) 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: ![scr-2022-08-11T163201Z](https://user-images.githubusercontent.com/2786973/184185628-ca94ed93-d808-484f-bc4b-0506e654d307.png) To reproduce: ```markdown **Package best practice** - Publish on PyPI Then anyone can install the package...