Thom Dixon
Results
2
issues of
Thom Dixon
This change uses a singleton for db.Model, permitting sane subclass behavior. That is, rather than ``` python BaseModel = db.Model class Foo(BaseModel): def __init__(self, *args, **kwargs): super(BaseModel, self).__init__(*args, **kwargs) def...
Added preference to show textual styling (referred to as "effects" in the source code), including: bold, italics, underline, foreground colors, and background colors. When the preference is disabled, users' messages...