Marc Henry Schultz

Results 722 comments of Marc Henry Schultz

Christian and me concluded that for routing nodes this is not necessarily required as we currently and will ever serialise the NodeAddress manually. If passed as instance we could confirm...

Denny also stumbled upon that case where a custom route requires a `Node` object which will also be property mapped in Neos 9 (https://github.com/neos/neos-development-collection/issues/4873) but routes to that are not...

Instead of removing the magic, https://github.com/neos/flow-development-collection/pull/3450 now property declares an interface to provide this functionality which we in Neos override: https://github.com/neos/neos-development-collection/pull/5472

okay in https://github.com/neos/neos-development-collection/blob/255366d1a892bac60f6ba22073224ed18c2bd505/Neos.Media.Browser/Resources/Private/Templates/Usage/RelatedNodes.html is still found usages of node.nodeType node.path which doesnt work. But it seems with https://github.com/neos/neos-development-collection/pull/5216 a few things were fixed.

hmm so we need to adjust the mapping somewhere ... `en_UK` is the cr language identifier ... and we need to tell flow to use GB then ... either we...

Hu well nice nice, i didnt know about this one ;) Will put some love into it to rebase it onto 9.0 ;)

Okay i had a little fun rebasing this ^^ Actually the most conflicts arose due to roberts proxy building refactoring 😅 like were your adjusted files have been removed: https://github.com/neos/flow-development-collection/pull/3064...

For some reason i cannot get flow to boot. The changes in the configuration building seem to have killed it. I stopped now after an hour but i would still...

> maybe somehow related to https://github.com/neos/neos-development-collection/issues/4942?

Its a bit sad that we really need another dev dependency for this :/ That makes stuff just needless complex 😅 i currently only use `phpstan` locally to be honest...