Nano
Nano
what OS do you use? I can't reproduce this issue on my PC, this seems like the font file is corrupted, can you open the `cmmi10.ttf` via your font viewer?
Yes, basically you need to wrap the wxWidgets graphical backend to implement the interfaces declared in the file `src/graphic/graphic.h` (see the demo app in `src/platform/cairo/*` or `src/platform/qt/*`), and you can...
Is there just `DEBUG` macro is conflict? If you can provide more macros that conflict I can rename them in one PR.
I guess this bug is related to the item type. The character `a` and `3` are different types, I'll check it soon.
You are right. This code is searching in the cache to see if a 'SymbolAtom' has already been created, which does not affect the main process 😄. By the way,...
@thaminmg You may want to take a look at this [link](https://github.com/NanoMichael/MicroTeX/tree/flutter-support/platform/flutter/microtex). But you may need to patch this [feature](https://github.com/NanoMichael/engine/pull/1) and re-compile your flutter engine to make it work.
You must install icu4c first. Run `brew install icu4c` to install.
My apologize to read your issue until today, I didn't receive any e-mail from github. I'll check this problem tomorrow.
@Jufi-101 Can you run the test application `sqlite3test` properly?