Ryan Wilson
Results
2
issues of
Ryan Wilson
It seems `{% style "some/style.css" %}` tags don't render within `{{ block.super }}` calls, while explicit `` tags render as expected within a `{{ block.super }}` call. For example, here's...
question
Specifically, when the malformed JSON is in an array. It's easily demonstrated in a repl: ``` user> (def bad-json (cheshire.core/parse-string "[{\"foo\": 1 2}]")) #'user/bad-json user> (type bad-json) clojure.lang.LazySeq user> (first...