Ben Demboski

Results 75 comments of Ben Demboski

It's an `ember-electron` thing, helping to resolve the naming conflict between Node's `require()` and Ember/loader.js' `require()`. We talk about it [in the documentation](https://ember-electron.js.org/versions/v3.0.0-beta.3/docs/guides/development-and-debugging#require-and-requirenode-). I don't think it would be hard...

I am also seeing this in an app (private, unforch) running: * embroider 1.8.0 with static: true * ember-cli 4.7 * ember-source 4.4.2

I agree that the notion of making _all_ configuration values dynamic is problematic -- it's sometimes not going to be possible for a plugin to handle config values changing, and...

same problem, python 2.7, celery 4, rabbitmq, django-cache result backend

Is there a reason this is targeting actions specifically, as opposed to any member functions of `EmberObject` or glimmer Component sub-classes? Seems like the pitfalls aren't unique to "actions," and...

@mansona I'm still not sold. Everything you said makes sense, but I think this will only partially address what it's aiming for and could introduce further confusion. Async scenarios that...

In case it's helpful, [here](https://ember-twiddle.com/10945d792140b965a2876f4f98bc3d13?openFiles=controllers.my-route%5C.js%2C&route=%2Fmy-route%3Fdetail%3D1)'s a really minimal repro in a twiddle.

Great, glad to hear! It would take a little doing, but when the time is right I can definitely dust off and update my reference implementation library for DOM element...

In case it helps, I revived and updated the various relevant projects/branches: * [dom-element-descriptors](https://github.com/bendemboski/dom-element-descriptors) (implementation of this RFC) * [@ember/test-helpers branch](https://github.com/emberjs/ember-test-helpers/compare/master...bendemboski:dom-element-descriptors?expand=1) (shows how DOM helpers could use `dom-element-descriptors`) * [qunit-dom...

@wagenet or anyone else -- any advice on how to get this moving forward again?