E. M. Bray
E. M. Bray
When running the main "SageMath" shortcut it takes about a second for the Sage banner to even come up (maybe it's possible to display a message very early in the...
In playing around with the problem in #12, one thing that I found might be useful would be to add the correct entries to the Windows `PATH` environment variable for...
This is purely and infrastructure issue but I wanted to open it so I don't forget: I run a Windows patchbot for Sage on our OpenStack infrastructure at UP-Sud. Unfortunately...
The `%edit` magic doesn't work, since if `$EDITOR` is not set it defaults to vi, but vi/vim are not installed either so just nothing happens. We could either include vim...
(Copied from embray/sage-windows#16) If I run the "SageMath" shortcut, which opens mintty and launches directly to the sage REPL interface, if I then try to close that mintty Window I...
Currently the installer creates three desktop/start menu shortcuts: On that launches straight into the Sage command-line REPL, one that starts the Sage bash shell, and one that launches the Jupyter...
The regular reST `include` directive has support for `:start-after:` and `:end-before:` options allowing specific to text to search for for setting the start/end points of the inclusion. This is extremely...
Another little patch from my instance of the plugin. Adds the GitHub icon next to the "GitHub Login" link to better distinguish it, and make clearer that it will send...
In the process of porting an old project from the now defunct [d2to1](https://github.com/embray/d2to1) I noticed a feature of d2to1 that is still missing from setuptools is support for configuring extension...
Proof of concept fix for #774. I did this quickly using `peekable()` from the more-itertools package, but if adding a new dependency just for this is (understandably) undesirable, it could...