Eevee
Eevee
...after beating it into working more nicely, of _course_. Makes generating URLs in semi-independent code a lot easier if `resource_url(thing)` works without knowing a route name. (Of course, that won't...
The interesting part of this is that it involves JS and maybe Sass parts as well, which are considerably harder to build in discrete units (and what happens with deps?)...
Start with comic, but other places need it too.
- [ ] Figure out how to make multiple schemata work in one index - [ ] Figure out the problem of e.g. code needing different tokenizing than prose -...
They don't have all that much entropy and will probably collide soon. - [ ] Figure out what filenames _should_ be (trust the original? let the upload endpoint choose?) -...
Totally do it. Would need some configurating (can this be deferred to runtime?) and some magical SQLA column type that can serialize an identifier and whatever. Obvious places to store...
Eagerloading is great and all but I don't think I want it all up in my templates.
Sessions in files sucks, and sessions in a separate db table also sucks. Make something with a real foreign key to users.