Chris Sewell

Results 256 issues of Chris Sewell

VS Code just introduced this feature, which may be if use? # What is the difference between syntax and semantic highlighting? Syntax highlighting colors the text based on lexical rules....

enhancement

Similar to how directive snippets are implemented

enhancement

Currently, YAML block are added only for code blocks: ![image](https://user-images.githubusercontent.com/2997570/77034348-a0675880-69a1-11ea-82df-ab906be7cb70.png) As you can see, they work. However, they will currently be matched at any point in the cell: ![image](https://user-images.githubusercontent.com/2997570/77034416-d9073200-69a1-11ea-8bb8-b73f8edf6adb.png) This...

bug

Myst is designed to be CommonMark compliant, therefore standard Markdown syntax highlighters will work with Myst and handle the common syntaxes. However, it would be desired to have an 'extended'...

Can't get it to work at all 🥲: Freshly installed sublime: - Apple M2 Pro: Sonoma 14.4 - Sublime text build 4169 - Package Control v4.0.6, LSP v2.0.0 ```python reloading...

As one might expect from CSS themes, the only thing that should really change are colors, and that was essentially the case for `sphinx_needs/css` This PR moves nearly all the...

On looking into improving our documentation, I was seeing if we could move to the furo theme https://github.com/pradyunsg/furo, since these days it is probably the most widely used sphinx theme....

See jupyter-widgets/pythreejs#295

enhancement

Even though the render is set to opaque: https://github.com/chrisjsewell/ase-notebook/blob/091e10b6f4183a50b816ae7a6f22462f689b0425/ase_notebook/backend/threejs.py#L457 In the documentation, it appears not to be: https://ase-notebook.readthedocs.io/en/latest/user_guide/tutorial_intro.html#threejs-3d

enhancement