Alex Kanunnikov

Results 437 comments of Alex Kanunnikov

@ElenaSpb it's a BE issue: Endpoint took 1.5s to load. Same for task: BE Response times 500-1500ms - too long

@BryanCrotaz I'm ok with adding https://github.com/typed-ember/ember-cli-typescript into the project, let me know if you have some capacity to work on it.

Hi @BryanCrotaz! Any updates on this? Do you have in-house typings to share?

Hi @RobbieTheWagner! Looks like not working on it.. I'm open for any PR's for mentioned scope.

@wycats, @pzuraq, @jrjohnson any ideas? https://github.com/ilios/common/blob/af6581698e44e8af7d988234e54e813ee1a75a10/addon/components/session/publication-menu.hbs#L27

I agree with all conserns, but for ember newcomers tracking-down errors like ![image](https://user-images.githubusercontent.com/1360552/76393760-46eda100-6385-11ea-81b0-6546d8f1b50b.png) it pretty hard case. And write run.next in each usage is pretty uncomfortable case. Personally, I would...

@pzuraq is it make sence to complete autotracking frame before modifiers run?

or run `next` without triggering rerender (it can be triggered if property marked as tracked)

oor, way to check is property tracked or not (@pzuraq) if tracked - run in next runloop, if not - just assign (have no idea how check property tracking status)...

Looks like it's an internal Ember check.