Richard van Laak
Richard van Laak
We have a situation in which we'd like to modify the translations right after they have been collected. The javascript application that makes use of the translations isn't aware of...
I have been busy with the bundle the last few days, and I'm positively suprised about the amount of flexibility this bundle adds to the regular Symfony form component. An...
I've been busy with the session storage in order to store extra data aside of the `$formData`. How easy will it be to make a list of all started flows,...
I've used all different types of events, but with none of them it is possible to use the `FormData` from the current request, do something with that data, and save...
The hard dependency in `composer.json` on Twig can get removed, and the Twig related service definitions only have to get loaded when `profiler` is available and enabled. ## Why? Right...
Guzzle allows configuring `proxy` as option while doing a request. ## What * let `\Csa\GuzzleHttp\Middleware\History\History::mergeInfo` middleware also collect `options` * let `\Csa\Bundle\GuzzleBundle\DataCollector\InternalGuzzleCollector::doCollect` store some options (start with `proxy`?) to the...
Another use case to document; changing the client's class, and how to autowire that to another own service definition. ## Possible content The bundle can get used as "a factory"...
Because TinyMCE only reads the DOM on load, GarlicJS does not keep track of the active state. http://archive.tinymce.com/wiki.php/TinyMCE3x:TinyMCE_FAQ#TinyMCE_does_not_update_the_content_when_I_set_a_new_text_in_textarea_by_JavaScript We tried to workaround this by forcing a save after every change,...
Found the first line about the documentation at http://garlicjs.org/#documentation Would be great to have a table in the README with an explanation about the entire public API of the library....
It seems like the tagManager does not show the proper date when the tags are loaded. ``` /* @var $tagManager \FPN\TagBundle\Entity\TagManager */ $tagManager = $this->get('fpn_tag.tag_manager'); $tagManager->loadTagging($order); ``` While iterating over...