Re: Proposal to add a secure JSON encoding template tag

2014-08-11 Thread Robert Grant
Could you have a hybrid that took this: {% json data id="initial-data" var="variable_name" %} And did this: {"foo": "bar"} var totally_random_uuid = document.getElementById('initial-data'); var variable_name = JSON.parse(totally_random_uuid.textContent || totally_

Re: Ready for checkin

2014-08-11 Thread Robert Grant
Any reason not to rename it to "Ready for merge"? Might as well make it match its explanation; then you don't need the explanation :) On Tuesday, 17 June 2014 06:14:24 UTC+2, Josh Smeaton wrote: > > I see what you're saying Daniele, I had to ask about the terminology only > a couple of weeks ago