David Buchmann

Results 944 comments of David Buchmann

myself i use an IDE to develop, so i never look at generated docs. but if somebody wants to set apigen / phpdocumentor up on the website, i have nothing...

agreed. but there could be strategically placed `class_exists` calls to throw a dev friendly exception instead of a fatal error.

great, good timing then it seems :-)

the relevant action is in the [http dispatcher](https://github.com/FriendsOfSymfony/FOSHttpCache/blob/508d2322c031a8c2cc9f2043bd5618ab83db8f9a/src/ProxyClient/HttpDispatcher.php#L131-L169). you can record requests to send (purge, ban, refresh) any time and we only send them when you call `flush`. the requests...

the problem is that phpcr-odm does not handle nested arrays. it can only handle flat arrays, which are a native structure to phpcr (multivalue). we added support for hashmaps by...

i think we where not aware of this use case when we initially built the settings. i guess it would make sense to fix this either in phpcr-odm or in...

indeed, i fear this will be quite challenging in the admin. then again, you should probably do a custom admin widget for such things. its not something a web administrator...

thanks @stof , i added your notes into the pull request.

@ondrejmirtes can you merge this? or do you have more feedback?

cool idea! some thoughts: * this does have some overlap with (de) serializer. could we see the serializer as a special case of the Mapper? serializer maps object to array,...