Philipp Imhof

Results 30 issues of Philipp Imhof

Currently, the ring operator is very small. Size of operators has already been discussed in #39. See comparison between Fira Math (blue) and Latin Modern Math (red): One negative side...

enhancement
glyph

I often like to see where `black` changed my file, in order to not make the same mistakes over and over. A function like `blacken-buffer-diff` showing the diff output in...

enhancement

Most browsers allow to display a warning message when the user navigates away from a form that has unsaved changes. This functionality is available in SEB for Windows, but does...

iOS issue - report to Apple
being investigated
macOS issue - report to Apple

If I press Cmd-L Cmd-S while the preview window is closed, nothing happens. I have to press Cmd-L Cmd-P to open the preview window, then change back to the text...

enhancement

Consider the following minimal document: ```latex \documentclass{article} \usepackage{tikz} \newenvironment{foo}{\begin{tikzpicture}}{\end{tikzpicture}} \begin{document} \begin{foo} \draw(0,0) circle (1cm); \end{foo} \end{document} ``` This compiles without any errors. However, with the current grammar, every line after...

grammars

## Enhancement proposal When using gradients in `MarkupText` we have Pango render the text to an SVG. We then load the SVG into a `SVGMobject` and apply the gradient to...

enhancement
help wanted

Currently, it is possible but somewhat tedious to shuffle the answer options in a multiple choice Formulas question. In addition to `MC` and `MCE`, we could add `MCR` and `MCER`...

feature request

The current parser goes back to the very first version. It is entirely based on regular expressions. However, these can only partially parse languages. This has several consequences: * The...

enhancement
refactoring

This issue is meant to keep track of stuff that can / should be done w.r.t. automated testing. ## Unit tests - [x] is every function covered? - [x] check...

tests
refactoring

## Description of bug / unexpected behavior Currently, reviewing a quiz attempt may fail in certain cases where a Formulas Question has been modified between the attempt and the review....

bug