Igor Mukhin

Results 27 comments of Igor Mukhin

@garak Hi. Services defined as abstract. We can't use it as is. We need to define our own services - with all proper parameters; - or with parents from this...

+1 http://bower.io/docs/creating-packages/#register

This is an example how I've implemented that. (After that it was wiped out as far as finally we decided we don't need to test `1.2`, so you will not...

Clean example: ```yaml # .travis.yml env: matrix: - SYMFONY_VERSION="3.4.*" SYLIUS_VERSION="1.2.*" - SYMFONY_VERSION="4.1.*" SYLIUS_VERSION="1.2.*" - SYMFONY_VERSION="3.4.*" SYLIUS_VERSION="1.3.*" - SYMFONY_VERSION="4.1.*" SYLIUS_VERSION="1.3.*" matrix: exclude: # Sylius 1.3 won't work on PHP 7.1 -...

Hi. This error occurs when you haven't override form template (and so not defined that `remote_url` in field's options) with some autocomplete field. Follow docs and override templates as mentioned...

Hi, @wittwerch Not sure, but try to disable autowire (`autowire: false`)

Filtering by brand implemented. See https://github.com/loevgaard/SyliusBrandPlugin/tree/v2.0.0-beta please

I remember such issue before, when some typo was at mapping information, can't remember details. Probably this one: https://github.com/loevgaard/SyliusBrandPlugin/compare/v2.0.0-beta.3...v2.0.0-beta.4#diff-c3937715d58d1fe585b19a8140712965R10 @hsharghi try to migrate to latest version

Probably we should use import-export plugin at test application and distribute only optionally-includable import-export config