Matthew Eernisse

Results 91 comments of Matthew Eernisse

IIRC it was all based on AS3's DOM event API, so probably not native events.

Howdy. I'm a little confused by this issue -- it's not clear to me what this has to do with EJS. An inline script tag isn't processed by EJS. Could...

EJS does not touch markup outside EJS tags -- it just passes through. I'm still not clear what this has to do with EJS.

The I/O for pulling templates off disk is finally async, but the include API is still synchronous. It will take a significant rewrite to make the include call async as...

Rather than implementing a bunch of secret-handshake opt-in flags, detecting the features in the runtime and doing the right thing would be much more optimal.

Ultimately we want to make all the I/O async, so opting into async rendering with the top-level `async` flag should be enough to make the entire tree async. You shouldn't...

This could potentially be very useful for everyone, yes. Could you give some examples of usage, and include tests, so I can be sure I understand exactly how you're using...

Given how deeply the filesystem access is baked into EJS, I don't see a better way of ensuring reasonable security for systems that use it. The patch is pretty minimal,...

This sounds reasonable. How about a PR that does this?

This is the discussion I would ideally like to have about the spec for closing tags. @RyanZim do you have thoughts about the desired behavior here?