You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Templating. Currently response image content is inserted by splitting on IMG_DELIM constant. This simple mechanism should be replaced with a templating system with open/close tags so gsub-like replacements occur instead of splitting.
Storage. Currently we default to STORAGE_PATH being set to /tmp, which must be changed when developing locally. Is there a way to make this dependent on an env var? Any way to construct the image in memory without local storage requirements? Can the cache location be S3? It would be nice to eliminate local storage requirements altogether.
Custom content. What would be a good way to allow organizations to incorporate their own images?
Display emojis in note echoes.
The text was updated successfully, but these errors were encountered:
Templating. Currently response image content is inserted by splitting on
IMG_DELIM
constant. This simple mechanism should be replaced with a templating system with open/close tags so gsub-like replacements occur instead of splitting.Storage. Currently we default to STORAGE_PATH being set to
/tmp
, which must be changed when developing locally. Is there a way to make this dependent on an env var? Any way to construct the image in memory without local storage requirements? Can the cache location be S3? It would be nice to eliminate local storage requirements altogether.Custom content. What would be a good way to allow organizations to incorporate their own images?
Display emojis in note echoes.
The text was updated successfully, but these errors were encountered: