Patrick Pircher

Results 136 comments of Patrick Pircher

I recently found out about sass-embedded. Much faster than sass,. Or just as fast as node-sass was.

somehow _DEBUG_RENDER_TREE is false https://github.com/emberjs/ember-inspector/blob/main/ember_debug/libs/capture-render-tree.js#L10 although it should be set to true by ember-inspector: https://github.com/emberjs/ember-inspector/blob/main/skeletons/web-extension/boot.js#L13

it probably is getting set. BUT: classic build extends the existing EmberENV : ``` window.EmberENV = function(e, t) { for (var r in t) e[r] = t[r] return e }(window.EmberENV...

@NullVoxPopuli in limber I see some duplicate modules in the source for "@ember/-internals/environment/index". One without glimmer DEBUG enabled and another with DEBUG disabled... the one with DEBUG enabled is processed...

ah, thats the ember-template-compiler... its build with debug enabled..

the pr is merged and this can be closed. Although it's not released yet

@rwwagner90 this can now be closed? #2147

fhis has been fixed now in ember and ember data. The ember data fix has also been backported. The fix in ember might also be required. If you still see...

should be fixed by https://github.com/emberjs/ember-inspector/pull/2157

Yes, it's still needed. It also makes sure that array items receive updates