Steve Cheung

Results 4 comments of Steve Cheung
trafficstars

Yes, we added a check for `HttpContext.current != null` before adding a middleware, which bypasses the situation where this turns into an issue.

Couple of things: - Blocks - Right now blocks need an `end` statement to demarcate the end of the block. So every time a block is defined or referenced, one...

Sorry about that, tried to stick to the original, but supporting default blocks with the original parser was a bit tough. So I ended up making more chagea than I...

Well, there's is sort of an AST in what I've put in, creating a proper AST using that code wouldn't require a lot of changes.