Matt Slocum
Matt Slocum
"lazy transclusion" was originally pitched as a performance improvement. Most of the defense, that I see for the feature is about consistency with templateUrl when it doesn't have the template...
Can you post an example?
I'm trying to figure out now how to distribute an angularjs and angular2+ version side-by-side
Webworker logic is identical. I think the only difference will be less than 10 lines of code. I was actually thinking it will be harder to maintain 2 projects that...
module 'insight' is different than module 'insight.widgets'. Try adding 'ngWebworker' to 'insight.widgets'.
It is currently 1 worker per function. You can nest functions inside the one you are converting to a webworker. This might be a good feature. Maybe I can add...
I was wondering if that would be a feature that people would want, but it didn't fit in my original goal. I wanted to simply take a cpu expensive function...
> Wouldn't this be easier via a newup function which sets the prefix field then provide the result as the core strategy? Yeah, I agree that it seems like it...
@aeneasr Thank you for responding. A few thoughts 1. "If everyone does their own token prefix, it makes the whole software ecosystem more vulnerable." I know you pointed out the...