Derek Gavey

Results 73 comments of Derek Gavey

Seeing significant performance issues between 3.X and 2.9.3. This is to the point that the browser renderer process will lock up given enough time.

Thanks for the reply, I'll take a closer look at them then.

Ok, I was able to get it working with and without the ember-basic-dropdown helpers. The big issue was that the paper-menu items were displaying but were hidden. I'm still not...

Not yet, they are still hidden, but in the DOM.

@ELepolt You have to use the `@action` decorator for your this.verifyToken function in the component class or else `this === undefined` Example ``` @action verifyToken(token) { console.log(this) //Works } ```

@tniezurawski You don't need to use `set` in a glimmer component, in fact it's not recommended. Also, you can do this code differently here. As a modifier passes in the...

Seeing this as well, though I can reproduce with only 2 pages. Second page is not recognized.

Just wondering if the ability to transform the .fmt string prototype has been included in watson yet?

I'm not sure why it would be doing this either. We don't apply any styling to the cursor in the code currently. I'll have to look into further soon,