Paul M. Jones
Paul M. Jones
This is a neat idea. I will review it locally instead of online.
@mindplay-dk The note from @harikt regarding the Zend Escaper protections (from which the escaping in this library is derived) seems accurate to me; i.e., json_encode() by itself is insufficient. @jakejohns...
Maybe I'm missing your point buried in the wall-of-text. Can you state the change you'd like to see in a sentence or two, or in a PR?
> trying to learn if there was something I was missing Ah so! If you have links to share on your own implementations, I'm sure we'd be interested to seem...
(/me nods) If someone uses setRaw() or appendRaw(), and then get(), does that mess up your use case?
> is ADR bound to HTTP? That's a really good question. I had not considered anything besides HTTP when I wrote the paper, since it was based on things I...
> Just wondering if the notion of not having the action operate directly on the responder fits into your vision of ADR? To a first approximation: yes. The key point...
> I think having additional logic between the action and the responder is an implementation detail Yup, that's definitely possible. > So I think it meets the spirit. Yes, based...
Sounds like it might be a version of [widgets and panels](https://github.com/pmjones/adr/blob/master/IMPLEMENTATION.md#widgets-and-panels), aka ["The Widget Problem"](http://paul-m-jones.com/post/2017/12/28/solving-the-widget-problem-in-adr/). Let me know if those help or not!
I could see where the relevant Update classes could be modified to handle multiple calls to `table()` and comma-separate them on output. @designermonkey if you want to submit a PR...