haliphax
haliphax
The `BannerApp`'s `Label` component has an issue with the intensity SGR code; bright black is not given higher intensity and appears the same as dark black. This will need some...
GINO is not well supported, development seems halted, and the documentation is sorely lacking. sqlmodel has good integration with pydantic, which is being used already due to the FastAPI layer.
so that events may be processed while door games are running, etc. may be able to use [psutil](https://pypi.org/project/psutil/) to suspend/resume
wrap common model operations (get by id, get by name, etc.) in repository objects to abstract the db implementation details away from the scripting api will also be helpful in...
Right now, a new subprocess is spun up for each connection in order to isolate a curses terminal with the connection's term type. Instead, a dict of subprocesses with termtype...
Using tweens instead of y-velocity for moving the nametags around to avoid overlapping should lead to much smoother animations and get rid of the odd "bounce" when there are a...