Eevee
Eevee
I don't see why `python -m spline` shouldn't work, frankly. Concerns: - [ ] reloading in development - [ ] where critical configuration lives, and what happens to logging -...
I... have... no idea how this should work. Er, I have _some_ idea, but it's all pretty half-baked. Overriding by file path sounds cool and all but where do the...
- [ ] Markdown. But I'm not thrilled about all the regex-based engines. Can a real parser do this? Do I want to write a real parser? Pegex project for...
Is this plausible? Seems an obvious requirement for scaling up nowadays, and clearly a nice thing to think about early on, but I don't think I've ever seen it scaled...
Currently using a dummy chapter which is silly. Implications for archive are unclear. Be clever?
- [ ] Still need to figure out how to make a feed "per comic". Or per chapter? Or whatever? - [ ] I don't really like that I have...
I'm currently just resizing full-size art for "cover" pages and that is pretty terrible.
I keep referring to WSGI things running independently as "app processes", but they're hilariously limited: they only sit around in a wait loop until a particular kind of event comes...
Currently going to a black hole. Oops. Options: - Email - Airbrake - Some internal thing (existing lib?) that tallies errors? Eh.
Inline, versus one big central admin panel (slash namespace), versus separate admin pages sprinkled throughout the site? (Or even a separate admin wsgi app entirely?!) One thing I do kinda...