Marcelo Mira

Results 21 comments of Marcelo Mira

@jbailey4 if you're on ^ Ember 2.10, you can use `{{#-in-element aDomElement}} things you want appended to 'aDomElement' {{/-in-element}}`. Totally private, shouldn't be used... but hey! it works!

Any updates here? Is this the same as #1254 but for Pro version @cyferc?

Hey! Having the same issue here... I have a CRUD for a model. First time the page renders, everything works awesome as expected, then I go back to index and...

@arenoir @miguelcobain indeed, Ember 2.x road will be all about DDAU, I think there's a lot of stuff to do on ember-cli-selectize in order to be fully compatible with it...

This used to get farther on EDGE 11 + Turnip v24, handheld. Almost in-game for Adreno (and actual in-game for Exynos 2200)

@GabKlein not yet... :/ but @miguelcobain told me that he'll take a look

I'm also having issues with a newly created model. A category belongsTo relationship which is empty is used on selection = model.category. This throws `Cannot call get with 'id' on...

hey @dstoyanoff I was just deploying a fresh copy and trying this change one last time from scratch, and noticed that if you start the whole process with something like...

> Well, the state file keeps track of all changes being made. In this case, since the system table is ignored, it thinks it got deleted. Perhaps as an additional...

> I think we should just never DROP/CREATE a system table, which would be easier to implement and will cover more scenarios Sounds good!