Alex Kanunnikov

Results 437 comments of Alex Kanunnikov

following this totorial https://emscripten.org/docs/getting_started/Tutorial.html I got: ![image](https://user-images.githubusercontent.com/1360552/143481472-32285e2d-4308-450a-8c17-3532dc38d829.png) error (looks like i neeed to read readme carefully) Anyway, as mentioned fs related logic shold be different for wasm, it could be...

@knownasilya is it possible to assign styleNamespace using template ast-transform? ```hbs ``` -> AST ```hbs ``` or kinda.

@webark during transform time we can figure out template type, based on file name & location.

@ctaylor-nurx check https://github.com/Brain-up/brn/blob/master/frontend/app/helpers/style-namespace.js and its usages in app, working for us

@knownasilya fast fix is specify resolutions in package.json to one validator version

Hi @acaciabengo! Try to pin all '@glimmer' packages into single version (if possible) https://github.com/lifeart/glimmerx-workshop/blob/master/package.json#L16

Try: ` @import '{{~this.tailwind~}}';`

Or we need to improve test setup, as I understand, we render list only once, and likely chain it never been optimized by browser. Same here: https://github.com/glimmerjs/glimmer-vm/pull/1322

https://ember-twiddle.com/edab79a0d0525d8dd8b8de1dbf82c527?openFiles=templates.components.performant-each.hbs%2Ctemplates.components.performant-each.hbs ![image](https://user-images.githubusercontent.com/1360552/60173496-88e6af00-9817-11e9-9014-9ed5877375cf.png) Using fragments for initial loops rendering can bring 2x performance!

https://ember-twiddle.com/7190940e60cf314aa2c26a708a884f23?openFiles=templates.application.hbs%2Ctemplates.components.performant-each.hbs - it's already working case (increase initial rendering performance 2x+), but, I don't think it support fastboot and add one more dom tag. No perf improvements on rerender