Victor Vasiloi
Victor Vasiloi
@patrick477 it should go the other way... I already implemented this in my current project, but looks like contributing to this plugin is a waste of my time, so I'm...
Here's a quick POC in case someone needs to implement this feature https://github.com/vvasiloi/SyliusElasticsearchPlugin/commit/d006d35d530e81c59fab45e065efc7122f50b422
Hey @jacquesbh, any news about the dependency issue?
Hey @clem21, could you please rebase it, so we can merge it?
Hey @sheeep, please make sure the CI checks pass.
I'm not sure if it helps settle the debate around the `data-prototype` attribute but Sylius is using the same attribute to render a different prototype depending on a `select` element's...
The solution @Prometee suggested should work. I suggested something similar to @mickaellosiewicz not long ago and he confirmed it works. It has the following elements: 1. A `ChannelAwareCommandInterface` and an...
@lchrusciel for that to work, Sylius would need to separate all of it's business logic from the HTTP layer and get the channel as an argument instead of relying on...
@kayue those are related to the recent deprecations in Symfony Mailer. A new version was tagged less than an hour before your PR: https://github.com/Sylius/SyliusMailerBundle/releases/tag/v1.8.0
Hey @benjamin-vauchel, I came across this bug today and it looks like you're on the right track to solving it, do you plan to finish the PR?