ShimShamSam
ShimShamSam
When I worked with FlexBox on my own I noticed this problem only happened in Chrome and I reckon it's more a problem with the browser's rendering engine than a...
I've pondered this as well. You will see a decrease in size as long as the following expression is true: ``` property.length * num_occurrences > [selector1, selector2, ...].join(',').length + '{}'.length;...
Any further work on this? I'm trying to optimize my broad-phase physics search.
@Seb35 I'm having an issue with Rollup's use of Shimport. It's using eval() which fails the nonce check.
I would go a step further and ask that we can also modify the link's rel attribute so we can add things like **nofollow**, **noopener**, etc...
I use templates for a project, not a virtual DOM, so I'm ultimately setting innerHTML directly.
If links are already being processed by their own logic (currently String.prototype.link), it makes sense to allow devs to hook into it. Running a regexp replace on the entire output...
> String.protoype.link is provided by the browser, it's not modifiable. I know that. What I meant was we already have branching logic that says "this is a link, do x"....
Please enable this
@purplecones It's supported in Meteor 1.3+