Guido Berhörster
Guido Berhörster
Commit 3aa1e2b3d72e0d392f24cfc85b98eb61defae5db introduces a global dict for caching tokens which makes the render() function no longer safe to use from multiple threads. I suppose the obvious solution is to create...
The documentation advises to set `excerpts_per_result` to `0` in order to save space: If set to 0, the indexer will be able to optimize the search index filesize, making it...
I am working on modernizing lomiri-terminal-app which is a continuation of the ubuntu-terminal-app from Ubuntu Touch and now part of the Lomiri project. ubuntu-terminal-app is built on a heavily modified,...
The extended keys popover takes the background color from a `ToolTip` and the foreground colors from a `TextField` which makes the assumption that there is a readable contrast between these...