Andrew
Andrew
https://twitter.com/search?q=bolt%20llvm
When I run `mathics` and say `2x+3` I get these lines: ``` In[1]:= 2x+3 Out[1]= 3 + 2 x ``` if I go to `def format_outputform` in `mathics/builtin/arithfns/basic.py` and change...
I set -Weffc++ in CMAKE_CXX_FLAGS_RELEASE and got bunch of warnings in my face :(
Something like this: 
I am getting only `1`, `2`, `4`, `8` so I had to patch a loop this way: ```diff --- a/tsumemi/src/tsumemi/board_gui/img_handlers.py +++ b/tsumemi/src/tsumemi/board_gui/img_handlers.py @@ -145,7 +145,8 @@ class KomaImgManager(ImgManager): if not...
- [x] I am the original author of this code and I am willing to release it under [Unlicense](http://unlicense.org/) ### What is the purpose of your *pull request*? - [...