Ben Demboski
Ben Demboski
#16 fixes an issue with an EmbeddedListField in an embedded document. This addresses essentially the same issue (using essentially the same fix) with a ReferencedListField in an embedded document. My...
Okay, I checked out https://github.com/mitar/django-tastypie-mongoengine/commit/e6e982bf48cc228aeb74efbc7190f67887660342 and it applies fixes to the meta classes as well as to EmbeddedListField.dehydrate(). I believe the fixes in the meta classes apply to ReferencedListFields in...
Updated this issue to be specific to getting resources -- another one will track creating/updating.
- [x] The [dom-element-descriptors](https://github.com/bendemboski/dom-element-descriptors) library is released - [x] The [@ember/test-helpers implementation](https://github.com/emberjs/ember-test-helpers/pull/1446) is released in v3.3.0 - [x] The [qunit-dom implementation](https://github.com/mainmatter/qunit-dom/pull/2087) is awaiting review, and I'm not sure what to...
@ef4 nothing! I've updated the checklist above, however I'd like to hold off on declaring victory until I can update the test app in `fractal-page-object` to use the newly-released `qunit-dom`...
@ef4 I just release v1.0 of `fractal-page-object` which now gives a working end-to-end implementation of this RFC -- page objects from `fractal-page-object` can be passed directly to `@ember/test-helpers`' DOM helpers...
@BobrImperator this is rebased and, pending your decision on the assertion messages change or any other feedback you might have, ready to merge!
Correct -- https://github.com/electron/forge/issues/2633
@basz I'm not following here. Does this reproduce with a specific version of `electron-forge`? A specific version of `ember-electron`? A specific project setup?
@basz I'm having trouble understanding/reproducing this. When I follow your steps it seems to work just fine, and when I edit `@electron/rebuild` in `electron-app/node_modules` to make it log out `this.buildPath`...