Johnny
Johnny
#### Brief overview of PR changes/additions Makes AttributeProperty try using default value as a factory. #### Motivation for adding to Evennia Lets dev use lambdas or other callables as default...
#### Describe the solution you'd like It would be nifty if there was a way to play around with traits without having them automatically bind to persistent storage-- i.e. provide...
#### Describe the bug Running `createsuperuser` command successfully creates a superuser account, but then it restarts and prompts to create another. #### Expected behavior Not sure if this is new/expected...
#### Describe the solution you'd like There is no way to monitor what exits (paths) an object takes to get from point A to B. The MonitorHandler can be set...
#### Describe the bug The Django in-memory cache (`LocMemCache`) is supposed to be thread-safe, but hangs the server when accessed from a thread spawned by `run_async`. #### To Reproduce Pseudocode:...
#### Describe the bug A user posted traceback logs which recorded plaintext credentials as a failed user input (in #2626). (They caught it and sanitized it before posting, but this...
#### Is your feature request related to a problem? Please describe. (This pertains to module-defined prototypes; I am not familiar with the OLC enough to know if it shares these...
#### Is your feature request related to a problem? Please describe. There are no models available that enforce uniqueness for object keys. I know this was done by design, but...
#### Describe the bug The Django AdminSite class is replaced with a custom one. Here's a snippet from Evennia's version: https://github.com/evennia/evennia/blob/c18ff3898e533600321e94404e1a1a9ed4bd24a7/evennia/web/utils/adminsite.py#L33-L49 Here's what Django's looks like: https://github.com/django/django/blob/1136aa5005f0ae70fea12796b7e37d6f027b9263/django/contrib/admin/sites.py#L533-L547 The Evennia version...
``` requests.exceptions.InvalidSchema: No connection adapters were found for 'localhost:5001/api/v1/model' ``` The server really doesn't like it if you forget to specify the http:// in the KoboldAI url. The UI locks...