Ivana
Ivana
Here is [extra information](https://stackoverflow.com/questions/47150410/failed-to-run-sdkmanager-list-with-java-9). The reason that `$USER/Library/Android/sdk/tools/bin` cannot be used is that OpenJDK 13 and Java 11 (or above) do not implement some functions used by the programs in...
Maybe `TYPES.Byte` should be unpacked with `'s'` instead of `'B'`.
It seems that this bug has been fixed.
If the API doc and the API endpoint are on the same origin, setting cookies with `document.cookie` should work. Is it good to support sending cookies in the case that...
This seems still an issue now on the master branch.
This issue may be a duplicate of #33 .
Maybe the extension can inject a script to AriaNg to synchronize the settings put in `localStorage` by AriaNg to the extension's settings with `storge.sync`.
Is it possible to render before caching or to do rendering and caching at the same time? Will the rendering be faster if we don't use `\gdef` when many KaTeX...
After replacing all user-defined commands defined with `\gdef` by the native KaTeX commands, the render speed becomes more than ten times faster.
I found VS code uses KaTeX to render the markdown preview too. VS code can display in a second even if there are many `\gdef` in the notes. And VS...