Almost every time I try to add (upload) an image it says the file is too large. It takes the fun out of posting. Any plans to add an autoresize or to increase the allowed upload image size?
At some point... I need to do some backend work to move attachments to the file system first though. They are all stored in-memory currently so you start to really eat up server memory when you start allowing large attachments (at least until I build a system to store them in the file system instead of RAM).