David Buchmann

Results 944 comments of David Buchmann

see #457 for how uwe solved this for the hashmaps case - the solution here would probably look similar.

i would handle them for the whole property, as with non-nested arrays. if the property is translated, the whole thing is translated. if you use children translation strategy, there is...

maybe the assumptions of the parameter to a translation strategy needs to be altered a bit - maybe not even that, not sure. apart from that i expect it to...

i don't think adding a $locale to all those methods is particularly elegant, but probably the best of our available options. changing global state sounds weird. the localize method sounds...

do we want to do something about this? contrary to what i said before, i am now not so happy with adding the $locale everywhere. maybe a `localize()` that returns...

you are welcome to do a PR to implement the feature ;-)

detach should free the memory normally. are you sure you don't keep any references elsewhere? you could try to call $dm->clear() to wipe the whole document manager when you are...

if $dm->clear does not help then i strongly suspect that you keep references to the objects somewhere else in your code that prevent garbage collection from working.

@dantleech would you have an idea what happens here? @Peekmo a horrible workaround could be to substract 1 second from your date. unless there is some misunderstanding somewhere, this is...

@Peekmo sorry for the long silence. can you try to provide a failing test so that we can investigate what happens, and see if its maybe a database layer issue?