Richard Ragan
Richard Ragan
The change seems to have fixed the set headers problem. However when monitr is loaded into the app it starts getting a number of CSRF reported errors (FORBIDDEN) which do...
Were you thinking of putting one helper per module? How would users consume the ones they wanted? Would we have some default packagings like 1) everything we have now, 2)...
Yep, dust aggresively strips whitespace which can bite you in a number of ways, particularly the end of line removal. This 2.3.3 feature might help. {`xxxx`} {`Preserve all new lines,...
Should be there. I copied the "Preserve ..." text above from the wiki
What follows on from this defining of a number of inline params in terms of the use cases you are imagining?
So this is a way to turn an array of things into a series of variable values that can be accessed by index? E.g not a true array anymore, Ignoring...
@jairodemoraishttps://github.com/jairodemorais and I had a long chat and didn’t find a way around the technical issues given the current handling of inline partials at compile time and how to make...
Need a good syntax and then a compiler change could provide this. This might work {['string']}. It would be analogous to the ['xxx'] property reference in JS. With both the...
Seems complete but you might want to add an example of {.["foo.bar"]}. They are strings so all Unicode chars but no control chars including line breaks but see http://timelessrepo.com/json-isnt-a-javascript-subset for...
\unnnn lets you enter arbitrary Unicode value in a string. See JS string rules.