Kermit Alexander II

Results 88 comments of Kermit Alexander II

For integrating the site administration stuff (thanks for writing all that, by the way!), I think the easiest way might be to just make a pull request if the admin...

I think first place to add banners would be `model/Board.py`, as a new column in the model. Next, make sure that new column gets rendered (either as raw HTML, or...

Yeah, I think the solution that you describe would work very well. Just make sure that older databases are migrated correctly (should be taken care of automatically by Flask-SQLAlchemy and...

Sure, I'll probably be on in a few hours and I can take a look at whatever you're having trouble with.

WebP support has been in for a little while now, I think. HEIF isn't possible at the moment due to [patent/licensing issues](https://github.com/python-pillow/Pillow/issues/2806#issuecomment-338200112). The other bitmap image formats are currently not...

SVG support is fine, it's hanging a dependency on Imagemagick that I'd rather not do. Imagemagick already has support for FLIF, but as I mentioned earlier is probably not something...

Imagemagick has a very large and very impactful list of CVEs that I linked earlier; up to and including [remote code execution](https://imagetragick.com/). It's not something I feel comfortable depending upon...

I'm like the idea in principle, but it would require a large amount of work to implement in practice; there would need to be an ethical means of scraping large...

Renaming the title since regular image thumbnailing is fast enough for now, and probably would not benefit from the task queue architecture for the time being. Extending the task queue...

A proper wiki system would likely be worthy of its own project. I would much rather provide an authentication bridge as part of the REST API so that users registered...