jordotech
jordotech
https://chatbase.com/documentation/generic Docs allow setting custom_session_id, but missing from Message class https://github.com/google/chatbase-python/pull/8
I am currently adding assignees to a Task object via a `post_save` signal by matching the `task.name` against a string. Is it possible to add an assignee from within a...
We generate a different thumbnail dimension if the image is portrait, however the templatetag is [ignored if THUMBNAIL_DUMMY=True](https://github.com/jazzband/sorl-thumbnail/blob/b82e00586f4a10c2625a84513e0eff29b674f79c/sorl/thumbnail/templatetags/thumbnail.py#L200) (we always have set to True) I'm not sure why having a...