Bruno Alves
Bruno Alves
By slightly modifying the above snippet one can get thin vertical guide lines:  ```lisp (set-face-attribute 'highlight-indentation-face nil :stipple (list (frame-char-width (selected-frame)) 4 (string 16 16 16...
As a cross-check, I also tried to get rid of ```enumerate``` (which is lazy), but the slowdown seems identical: ```python import pylhe import itertools as it import time afile =...
If you have access to a lxplus machine, you can run the following, where ```test.py``` is the name of one of the scripts above (you should have access to the...
@matthewfeickert Is there any update?
I pinged due to an approaching deadline; I can try to have a look at it, but I am also currently quite loaded. Thank you for the suggestion, though.
@fwyzard The ```-c``` choice was intentional: ```git``` currently favours the use of ```git switch``` and ```git restore``` over ```git checkout```, and ```-c``` is the flag used in ```git switch``` to...
@fwyzard I saw it, but it was already introduced in ```2.23``` (the latest is ```2.51.0```), and I feel the command is there to stay. Ultimately, it's a matter of preference,...
@smuzaffar Could you please open a cmsdist for tests?