Philipp Keese
Philipp Keese
## Description Adds VariableStringSegment, a new segment for storing strings. It works similarly to the FixedStringDictionarySegment by storing deduplicated strings in a contiguous block of memory. It uses an additional...
This commit adds the _tkinter module to the list of built-in modules to allow use of tkinter. Before use, the bindings need to be built using tklib_build.py. The code was...
When trying to load [the linked documentation](https://webgl-operate.org/doc/) on https://webgl-operate.org/, a 404 error is returned.
Hello, I noticed that `handle_char` uses a static buffer to buffer words, which sounds like it could cause issues when running two instances on two different threads: ```c static void...