-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Mathjax editor improvements #1502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* is still smaller than minimal window width
the json files that live there are output from our tooling, and formatting them means an extra step each time we want to update them also exclude .mypy_cache, which is output by scripts/mypy*
|
Thanks Henrik! @hikaru-y does this resolve the mem leak for you? |
|
This introduced a warning during build - maybe we could work around it with a temporary variable? Warning - unrecognized UnaryExpression operator 40! |
|
@dae To be honest, I'm not sure if this is an issue that needs to be solved or not, because the amount of memory usage that increases each time a card is selected is so small that it shouldn't be a big problem for users unless they select hundreds of cards in total. |
|
Thanks for checking. If the leak is small and does eventually get cleaned up, I think you're probably right that we don't need to worry about it. |

Improvements:
Unrelated: