Philipp Keese

Results 4 issues of 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...

Feature
FullCI

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...

OCA Required

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...