Gavin Joyce
Gavin Joyce
> For example, if one could whitelist certain HTML tags while the rest is escaped Whitelisting a subset of HTML is a surprisingly hard problem, see this [list of XSS...
> I am not as sure about deprecating `{{{`, which is a handlebars feature that is probably fairly widely used in templates. It seems sufficient (to me) to allow folks...
> It seems unusual for a function to be named after its argument, so I think it's still pretty likely that someone would read this function as something which does...
> 1. Should `` a) Just Work™ b) raise the warning we have today c) error d) somehow "escape" it (not sure what that would mean)? Personally I think it...
I tested a bunch of uses of `{{{` with a css style string in Ember 3.7 development mode: #### 1. `` ```hbs {{#let "background-color: yellow;" as |trustedStyle|}} this should have...
@sheriffderek thanks for providing that example, I think it's a pretty common use case to want to quickly construct a dynamic string of css style from dynamic values that you...
@guillevc did you ever manage to achieve projective transformation? I've been searching for ways of achieving it with libvips, this seems to be an approach using `mapim`: https://stackoverflow.com/a/50219715
Is the support for decorators in this addon widely used? If not, perhaps we could consider dropping them?
@Alonski nice one, perhaps you could push up what you have? > What are we going to do about versions older than 3.7 though? My changes work with earlier versions...
> Is the support for decorators in this addon widely used? If not, perhaps we could consider dropping them? Or perhaps we could move the decorator support to an addon...