Louis Stenger
Louis Stenger
I had the same issue and I can confirm that resetting keyboard shortcuts resolved the issue for me (they were all showing up as “Custom” for some reason). Thank you...
+1 for this, I was experimenting with pyvista in a console today (I usually use consoles when trying out new packages or for simple exploratory data analysis) and got the...
I was surprised by the interaction of Tree style tabs (TST) and Vimium. It is probably only relevant to a few users only, but I wanted to share the behavior...
This is a duplicate of #15: .xpi files are just ZIP archives, the source is just “hidden”. I'll take this occasion to agree that it would be more intuitive to...
Did you get a chance to look at this? I could give it a try this week if it's still open to contributions.
I've setup a possible workflow on my fork: https://github.com/lstngr/fortran90.org It currently deploys to GitHub Pages, but I am unaware if this is how fortran90.org is hosted? At least I can...
Hi both! And thank you @minomy13 for the nice PR, looking forward to see this merged! May I suggest using the `nf-dev-fortran` icon (U+e7de) which is visually closer to...
It was indeed merge in #53, with a suggestion to introduce CI to update the page automatically in #54.
I had a similar problem, #3980 (widgets not loading) due to the following JupyterLab configuration, ```python # cat ~/.jupyter/jupyter_lab_config.py c = get_config() #noqa c.LabServerApp.notebook_starts_kernel = False # if True, widgets...
I got this error on Leap 15.6 today. It turns out that the Python interpreter is quite old (3.6) and while latexminted is in my PATH, it fails to execute....