Miguel Camba
Miguel Camba
Ok, I tried and I discovered that there's something broken in Ember canary. It does work if you downgrade to 3.11. I'll investigate further.
This issue in ember-decorators should fix it: https://github.com/ember-decorators/ember-decorators/pull/451
Are you sure EPS has anything to do with the error? I find it bizarre. I don't have much experience using glimmer-components in ember myself, so I also wonder if...
I'm confused. What are the `selectionStart` and `selectionEnd` that you mention?
@Glarregle dispatching a mousedown from the outside works, but there's also another way. The select has a `registerAPI` property in the component that will be invoked when the component is...
Noted. I may explore the idea soon, but I don't have a exact timeframe.
It's not a workaround really. As of today it is expected that if you want to customize the options of the list you pass your own custom `optionsComponent` to replace...
I only need to be able to generate an AST, modify it and put it back into JS. Perhaps something lower level like acorn would suffice, i'm not sure.
Has anyone ran this on integrated graphics with ARC architecture (12th and above I believe?)
I do indeed have a controller screen in the wall. So you think the controller display is overriding the value I set every few seconds… I’ll try that.