Lachlan Priest
Lachlan Priest
Hi @edelpero, I do not think complex filters are available on this version of the SOAP API. I currently run a massively overhauled fork of this gem (https://github.com/lcpriest/magentor) There is...
Any particular version to test on?
In your Ember London talk, you had a demo app already spun up - is that available for testing? Or should I build my own example app.
++ on `box-sizing: border box`. It's becoming a standard to `* { box-sizing: border-box; }` when starting an app. [Paul Irish talks about it here.](http://www.paulirish.com/2012/box-sizing-border-box-ftw/) The issue with that is...
Short term, couldn't you just extend your component from the draggableObject rather than using it as a mixin? @archSeer
@devinrhode2 do you see any particular caveats of placing the entire ember app in content scripts? I think it gives you more control on page placement etc.