Marc Henry Schultz

Results 726 comments of Marc Henry Schultz

the current `find` implementation might really be too slow https://neos-project.slack.com/archives/C050C8FEK/p1732015976360459

As outlined here https://github.com/neos/neos-development-collection/issues/4205#issuecomment-2585730632 the performance of the subgraph itself are not desirable and the effort here to apply more specific filters to avoid returning too many nodes and filtering...

Ill just write it down: 1.) `ActionController` + method annotation This is the main usecase: We want to support annotations on an `ActionController` (in my example below as `Flow\Action`). As...

> I think we should just go for `Flow\Route` and allow the attribute on methods that have the `Action` suffix for now. Jain if we make it purely specific for...

> I don't think it's fair to block a new feature because it does not include another feature Agreed. > I agree – we can just add a check for...

@kitsunet and me agreed to just allow this feature at first on the `ActionController` so we can merge fast and keep the extensive followup discussion separate ;) That being said,...

I wish you were so eager with other prs ;) I just managed to add a functional tests and improved documentation a little. Which ill rebase now on 9.0 and...

As written in https://github.com/neos/neos-ui/issues/2092 > Case (3.) is more complicated, I'm afraid. The `` is a specialization of the (unfortunately public API) ``-component. We will need to deprecate its behavior,...

Yeah we do frequent upmerges so dont worry ;) Also by merging it in 8.4 more people are able to test this ^^

Hi as we are "down targeting" a pr the actual changes of you have to be cherry-picked on a fresh 8.4 as otherwise 8.4 will become a full 9.0 after...