Shane Smiskol
Results
382
issues of
Shane Smiskol
Loading all the codepoints for unifont takes 4s on device! And 300ms per inter font since we attempt to load them for it as well even we know they don't...
enhancement
when I do this: ```python DEFAULT_TEXT_COLOR = rl.WHITE rl.gui_set_style(rl.GuiControl.DEFAULT, rl.GuiControlProperty.TEXT_COLOR_NORMAL, rl.color_to_int(DEFAULT_TEXT_COLOR)) ``` I get this: ```python batman@workstation-shane:~/openpilot$ ./selfdrive/ui/ui.py RAYLIB STATIC 5.5.0.3 LOADED Traceback (most recent call last): File "/home/batman/openpilot/./selfdrive/ui/ui.py", line...