Marc Henry Schultz

Results 780 comments of Marc Henry Schultz

Fyi we would also need to adjust `\Neos\Neos\Fusion\ConvertUrisImplementation::PATTERN_SUPPORTED_URIS` and `\Neos\Neos\Service\LinkingService::PATTERN_SUPPORTED_URIS`

future idea from christian: show also if there is a mismatch between actual dimensions and configured ones ... that will make this clearly a `cr:debug` command rather

we still test too much from the _event_ 's perspective (there are 83 hits for `/the event .* was published with payload/`). We should further improve to mostly execute commands...

@kitsunet That might be in conjunction with https://github.com/neos/flow-development-collection/pull/3232 an actual step to make the controllerContext obsolete? But to still support martins use case and have the `response` always available https://github.com/neos/flow-development-collection/pull/3232#issuecomment-1910563163...

> Of course it would be ideal to not have to pass the pre-response anywhere but just work with the request - like my first commit shows, but that wouldnt...

About `ViewInterface::canRender` Initially `canRender` was introduced to allow special logic in a controller to determine the correct view out of multiple options. https://github.com/neos/flow-development-collection/commit/cb8fa242150ccdd8d5f9e7121c70c896efaaa62b But with https://github.com/neos/flow-development-collection/commit/d69bcfe290a04b4079c8a764bb8a2c97b72d13d8 the canRender() checks were...

@kitsunet this pr just arose because you wished for it in https://github.com/neos/flow-development-collection/pull/3260#discussion_r1454956669 > We might consider deprecating this altogether and just auto detecting even. but as this is in no...

Closing this as we have better things to do than to bikeshed about one flag in an otherwise already rottening cli framework :D. be careful what you wish for as...

I was unsure to do this in this pr or let this trait first be destroyed by someone who dislikes it :D Actually i _did_ plan on using reflection as...

Aaand i really think that we should keep this change out of the main pr https://github.com/neos/flow-development-collection/pull/3232#issuecomment-1916592740 right now (also the class `SimpleActionController`) as this might otherwise get 90% of the...