Yoav M. Franco
Yoav M. Franco
Hello @darkl , Hunters I was wondering if we could arrange a demo? Kind regards, Hunters
Hello @darkl @abbabon, Hunters Is there any update on this issue? Thanks, Hunters
Hello, hunters, @darkl @Abbabon I've recently heard of this library, awaiting your reply 👍 🦊
In the meantime I've done a very poor workaround (that works) by replacing this: ```hbs {{#if this.renderStructure.isRunning}} // ... Do stuff {{/if}} ``` With this: ```hbs {{#if (not (eq this.renderStructure.performCount...
@maxfierke sure thing 👍 This is the child component.js: ```js constructor() { super(...arguments); this.renderStructureSide.perform(); } @action onThemeColorUpdate() { next(this, function () { this.renderStructureSide.perform(); }); } ``` (Please note that I've...
@maxfierke I see this when I `npm ls ember-concurrency`: ``` ├── [email protected] └─┬ [email protected] └── [email protected] ``` Update: I've updated `ember-power-select` to 4.0.5 and installed everything. The issue still persists...
@maxfierke I'll try to get to it, if possible, in the next couple of days Thanks 😊
> Heyo, just updating this issue to point out that the state-tracking has been rewritten and is much more robust in ember-concurrency 2.0.0, especially with regards to avoiding re-computation during...