AJ ONeal

Results 429 comments of AJ ONeal

I've been able to implement this without any changes to the library (well, there was one, but it's been merged back in). Can you give more detail? Maybe I can...

I ran into this myself a while back. You have to stub out `req.session` yourself due to the `tid` (transaction id) variable. You can do this in a middleware just...

I would hate to see this package bloated with a non-optional ejs dependency. My first thought would be to move the html out of node and back into the html....

I think it would be nice to move the renderer out into it's own module, say `serve-tpl-default` and encourage others who publish their own variations to do so with some...

I'd put them in this order: * [ ] merge any existing PRs that are ready (you) * [ ] update style guide and existing code to match (you) *...

The checkpoint because each change depends on the prior change and I don’t want to continue far down a path without your OK. I want to make sure this effort...

I don't know how Apache handles it, so how about we just hide it for now (most secure) and circle back around to it if there's a complaint. Once we...