Dave Laird
Dave Laird
Thanks heaps for the update. On Thu, Aug 29, 2019 at 6:33 AM Dan Freeman wrote: > I wanted to post an update on this, since I know a lot...
@poteto I thinks this is a good start. There are a couple of issues which I will comment in the code. Is there no CI?
I will give it a try this afternoon.
A work around. You can run `find javascripts -name '.gitkeep' -delete` with `javascripts` being the folder with holding the ember app before using the ember-cli-migrator.
I have forked the ember_data_example and replaced ember_data with EPF at [epf_example](https://github.com/kiwiupover/epf_example). It is a simple contact management app. It has three levels of models. I have added a contact...
I have ported the ember_data_example to use EPF [epf_example](https://github.com/kiwiupover/epf_example). Here is the (Contacts New Controller](https://github.com/kiwiupover/epf_example/blob/master/app/assets/javascripts/controllers/contacts_new_controller.js) ``` javascript addPhoneNumber: function() { contact = this.get('model'); contact.session.add(App.PhoneNumber.create({contact: contact})) }, ```
This is an upstream issue. Where surge is not exit from the deploy. I will try again to get this resolved.
Thanks heaps for this solution Justin. via Newton Mail [https://cloudmagic.com/k/d/mailapp?ct=dx&cv=10.0.32&pv=10.14.6&source=email_footer_2] On Fri, Nov 8, 2019 at 9:03 AM, Justin Workman wrote: No idea how to solve it, but I came...
@longlho thanks heaps for your work getting `.gts`, `.gjs` and `.hbs` into formatjs. you have made the ember community happy, mate. Cheers.
@krisselden Mate I'm tagging you because you are super smart.