Stefan Penner

Results 324 comments of Stefan Penner

@bterlson should I re-target this (or the pieces still applicable) to diffspec?

@krisselden yes, we are missing a hook here. Originally though, the purpose of afterRender was this (a Kris Selden told me this several lifetimes ago ;))

@erinsinger93 this seems reasonable, has this been tested to work as expected in modern browsers?

some further details from when i chatted with @DanielRosenwasser a week or two ago: https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#writing-an-incremental-program-watcher

@chriskrycho / @dfreeman awesome, thanks for the tip. Do you guys see these projects converging? If not, please share why.

for pre compilation of templates, ember itself does the following: https://github.com/emberjs/ember.js/blob/2556dcf5e764c4c3c98a1f8eaa19e60766473697/packages_es6/ember-handlebars/lib/controls/select.js#L339 and then at build time, we do the precompilation + inline the template.

unfortunately, we will likely be deprecating fixtures, in-favour of users using pretender.js

cc @tchak I think we are planning to deprecate this, and move to a `fetch` polyfil. Short term, we may take an intermediate step.

@rwjblue nothing in ember does this anymore, I high doubt users use it. But I can easily make it a warning in 3.x, does that seem good?