ianpetzer

Results 10 comments of ianpetzer

Ron, Thanks so much for getting back to me. I actually implemented the first suggested solution before contacting creating this issue. I think the second option is a great idea,...

I have run into the same requirement of being able to track changes after a model has been created and set up with default values, so I created a variation...

HI there, I'm just wondering if a codemod was ever created for migrating from the classis ember decorators to the decorators introduced in ember 3.10. I've trying to upgrade an...

I've got the same problem. I need to iterate over a hasMany relationship creating a link for each one. The relationship is not embedded, the server returns the ids of...

Hi @olegstepura, I saw in https://github.com/sandydoo/ember-google-maps/issues/51 that you said you have a solution for this problem that works with ember-g-map. Is this maybe in a forked repo or a public...

I'm also experiencing. Any suggestions on how to find the offending code?

@rwwagner90 I'm also interested in using criticalCSS with Ember. It seems a bit daunting though! I've been looking at this app and it doesn't appear to be generating _critical_ css,...

I just ran into this issue. The problem was that I hadn't included acts_as_citier on my subclass

This is a duplicate of issue 41. You need to add the 'rails_sql_views' gem to your project

This PR https://github.com/mharris717/ember-drag-drop/pull/176 solves the issue in my specific case of using an ember hasMany proxy. Would this be usable in all scenarios?