Robert Lemke
Robert Lemke
As I feared … the slow part is the new Laminas Class Building code, which doesn't use our optimized Reflection Service. Let's see if I can work around this a...
If someone is reviewing this right now – please postpone your review a little. I need to rework some of the internals due to the performance issues.
> do i see this right that using Laminas is not crucial and just bewares us from manually string concatenating everything together? Mostly, yes. But it's also a handy API...
PS: There are more problems than that, because the Laminas Code Builder tries to use our doc comment type hints in certain cases, which may be invalid, like in this...
Thanks for taking care of this topic! In my opinion, events and Signal / Slot are different concepts. While Signal / Slot is a very simple implementation of the Observer...
I can confirm this behavior, we also have problems running Neos 3.3 in our Docker development environment with custom ports. The frontend works fine and does use the `http:baseUri` setting,...
Thanks for the pointer and everyone for the nice work and discussion! What comes to my mind is that old idea we had for Flow years ago: First write the...
Does the `CredentialsSource` value actually _have_ to be a string? Right now, there are some authentication providers which set it to something else. For example, the OIDC package uses a...
> Anyone up for a second review here? It would be a no-brainer to review this, if I had a "steps-to-reproduce" which I could copy and paste ;-) More concretely,...
I'll take a look when https://github.com/neos/flow-development-collection/pull/2701 is merged.