Zipdox2
Zipdox2
There is a bit of confusion around the lifecycle of the objects. How to properly finalize them etc.
Why not submit a pull request?
You can mark it as a draft (put "[Draft]" in the title).
https://git.kaydax.xyz/w/algos/src/branch/main/doc/crypt.md
Communication can already be done with `GM_addValueChangeListener` and `GM_setValue`, so adding GM_bus would be redundant. A correct mutex implementation must unlock the mutex if the tab closes, crashes, or gets...
Logging out is as simple as sending a POST request to https://discord.com/api/v9/auth/logout with the token as the Authorization header.
That solved my problem. But in my opinion there should be a pre-made full basic multilingual plane font. I guess I'll change my issue to that.
> I guess most embedded systems don't have the memory for this ESP32 development boards typically have 4MB of flash. The whole basic multilingual plane takes up 2034754 bytes.
Pruning combining characters and other non-characters seems like a good way to save a little bit of space, since they can't be rendered by U8g2 anyway. The original character will...
I tried to preserve combining characters that are large and to the side of characters. I wrote a little JS to generate the ranges. ```js const exclusions = [ [0x0300,...