Erfan

Results 37 comments of Erfan

Have you tried writing it as a string instead of an array? i.e. `configurable_variations => 'sku=SIMPLE-BLUE-SMALL,color=blue,size=S\|sku=SIMPLE-RED-MIDDLE,color=red,size=M'`

I'm not sure - it's interesting. Seems like php memory limit is set to 1GB, which is more than enough. It's a big table, but nothing it shouldn't be able...

I'm not sure.. Like Thomas said, I would probably disable this particular feature, and do the usual checks, make sure the whole store is optimized (no unnecessary `load` calls, flat...

Same problem here. Is it a codeigniter or bonfire convention to have the table name as a prefix for all your table columns? I would rather have it unchecked by...

Cool, yeah it would not be needed in that case. This would also be a pretty big BC break I imagine (if others are using this).

+1 It's actually pretty confusing for a beginner — I couldn't figure out how to call a namespaced getter method up until the point I stumbled upon this ticket and...

I'm closing this due to lack of activity, but feel free to reopen.

Closing this one as I've created a newer PR which includes this one (https://github.com/jalogut/magento2-deployer-plus/pull/80)

Just a quick update — artefact deployment seems to be coming soon to the core deployer project (which is the only thing from preventing me switching over to that) https://github.com/deployphp/deployer/pull/3317

I would be interested in this as well. Not sure how difficult it would be to implement though