Claus Due

Results 245 comments of Claus Due

I don't mean to hijack this issue so please let me know if I should open a new one. I experience the same empty control constants fields with my OEM...

Let it be said: I think the existing insight for GeneralUtility::makeInstance already makes the usual cache getting aware that FrontendInterface is returned - which is 95% of what you actually...

> Do you think it's acceptable to have certain insights only available if the configuration was compiled at least once? It's reasonable and works for most of my own use...

> context resolving: we all do template overlays all the time. like in every project - i haven't solved this problem yet, so I need to start slowly by proposing...

I would say this depends on the exact use case. If you are pulling all objects without pagination you can always use `usort` with a custom sorting function to achieve...

Hi @dextar47 - it's unrelated to your change, the cause is a composer change that requires every composer plugin to be whitelisted before install can happen. I think the problem...

Sorry, but you have to report this to the TYPO3 core bug tracker. The problem is not caused by Flux but rather is an `E_NOTICE` compatibility issue in TYPO3 itself....

This was pretty hard to track down, but I found a workaround. See code comment in https://github.com/FluidTYPO3/flux/commit/77971a8597b92f0901c6c2faabc1c85bcd092d13 for a detailed description. The problem appears to only trigger in cases where...

I'm not sure I understand this one - given that all the involved variables are (or _should definitely be_) integers and no division is taking place, the output should always...

There should be a stack trace and ideally also some information about what the input values were. With that information you should be able to determine the actual cause of...