Kyle Rawlins
Kyle Rawlins
On [article_details.tpl line 177](https://github.com/NateWr/bootstrap3/blob/0daf8f5be405a5566a0551a29d9ca4d784518f07/templates/frontend/objects/article_details.tpl#L177) (permalink to current trunk at time of writing), `` should I assume be ``.
On the default bootstrap theme, when the window width is between 768 and 992 pixels wide, I'm seeing the sidebar shrink one notch too small for the layout at that...
The help end syntax takes higher precedence than the line magic syntax; this is [intentional](https://github.com/ipython/ipython/blob/dd7f1e1894395f59649a84f94af8c9710202b08f/IPython/core/inputtransformer2.py#L467): # This needs to be higher priority (lower number) than EscapedCommand so # that inspecting...
VSCode seems to have broken rendering for both latex within HTML and latex within markdown. This affects rendering of trees and formula derivations. See the following issues: * https://github.com/microsoft/vscode-jupyter/issues/7801 *...
We often want to be able to write something like the following in a %%lamb block (Lucas Champollion): ``` ||a sandwich|| = Lx_e: sandwich(x) ||a_sandwich|| = Lx_e: sandwich(x) ``` That...
Long-term goal: convert every paper I've written to a lambda notebook fragment. Solicit fragments from anyone who might be interested.
Need to enhance the syntactic side of `TreeCompositionSystem`s so that things like QR can actually be implemented.
There are a bunch of combinations that aren't working great, this issue is to track them. **Safari issues with SVG sizing**. Safari is handling scaling of SVGs with `keepAspectRatio="none"` differently...
It is notoriously challenging to get crisp thin lines in svg, and some aspects of svgling run up against this problem. Issues arise when lines are positioned across physical pixels...
### Problem Somewhat recently (I thin with the MathJax 2->3 change?), access to the MathJax context menu has gone away, replaced by a few context menu options. At least some...