Dan
Dan
IIRC autoescape only applies to how `{{ interpolation }}` is escaped. I want to apply an explicit escaping strategy to a multiline block of text, which the `escape` filter alone...
Since `escape` exists as a filter, a multiline version seems like a natural extension of the feature rather than bloat. It seems no more far-fetched than pluggable escaping strategies to...
@tboyce021 This library / issue isn't fresh in my head. Can you give me an example that fulfills the pseudocode in my initial post?
I should probably treat it like ResponseBody.InputStream and leave `etag == null`.
I'm thinking of removing the current websocket system (and the mess/hack in Server.kt) and replacing it with a simpler system where you just create a jetty websockethander and mount it...
Or just a 18+ tag
Better than nothing: https://github.com/danneu/kog/commit/cec6e299af755599ddfcbe4e4dab999d7d9e7757
> I cannot get this API to work without writing every file to disk, which I very much do not want to do. Pretty big oversight, hoping for a fix....
Oops! I totally forgot about the other controller specs that you are referring to. I've only put work into the Forums Controller Spec. The other controller specs are relics from...
Implementation proposal: - Instead of deleting notifications, give them an `is_deleted` boolean field. (must update `UNIQUE` notification indexes with `WHERE is_deleted = false`) - Whenever a post is updated, extract...