Dorian Villet
Dorian Villet
That would be awesome! Or being able to do something like : ```twig {% set [variable1, variable2] = some_twig_function_returning_an_array() %} {{ dump(variable1, variable2) }} ```
If this issue is not addressed (because of complexity or whatever), I was wondering if the return type of functions using as data providers could be simply ignored ? Currently,...
Lucky you to have a `data` prefix to all your data provider methods.. :'( I would just end up with a ton of these ignored entries.
So, for prosperity's sake and the fun of sharing the most hackish code I've ever written, here's how you can do it : ```php
In the end, I fell back on my first idea : a minimalist Symfony console. Because it just so happens that generating the crop parameters is not that efficient at...
After a very long night, I'm still struggling trying to generate crops for many images using this library. I'm getting segmentation faults, apparently because it reaches some stackoverflow by looping...
@franzliedke I've upgraded Studio to the latest beta and get the same error as @phpguru : `Package mystuff/my-utils-9999999-dev seems not been installed properly`. Any idea how to fix that ?
@rvanvelzen Out of curiosity, is this "generalization of template types going away" thing still a topic ? (just seen the PR hasn't been touched in a year)
For those interested, I've updated the [gist](https://gist.github.com/gnutix/d730da3f5e3a9beedd62571418f62194) with the latest version of our code. A proper package will come, someday...
@BenMorel I think this issue can now be closed, what do you think ?