Gabi Udrescu

Results 31 issues of Gabi Udrescu

It's 2022, there is no more symfony2 :)

While working at https://github.com/gabiudrescu/greeter20 I have realised my tendency is to couple Behat with PHPSpec in my toolkit. and this made me wonder: should this repostitory be called behatWorld or...

either you study the work of others or you follow an exercise to craft your own thing, IMO, the best way to learn something is by example. that's why I...

I feel this fiddle should support CSV format as data format. how I plan to use this feature: - create some queries in MySQL for non-technical people - allow them...

See video below: ![Screen Recording 2020-06-16 at 21 38 57](https://user-images.githubusercontent.com/5156054/84814683-7e21bd00-b01a-11ea-8bd3-cb183f73ce08.gif)

### Preconditions: - have the following taxon structure: |taxon name|parent| |--|--| |root|null| |perfumes|root| |eau de toillete|perfumes| |eau de parfum|perfumes| - have the following products: |sku|taxons| |--|--| |ABC|eau de toillete| |DEF|eau...

I wanted to disable the Pricing Facet from site search and I thought about doing this by removing the PriceFacet from Registry. Unfortunately, the Registry does not have a remove...

I am noting down feedback as I have started playing around with https://github.com/monsieurbiz/SyliusSearchPlugin I might be able to contribute, if I end up implementing this in my project, but first,...

enhancement

**Describe the proposed solution** You create yourself an account. You fill in a big form. Now you get redirected to your email to confirm it. You close the app, go...

Add an abstraction layer to avoid being tied up to the local storage. FlySystem can hot swap local with s3 or any other kind of remote hosting for files by...