Marc Henry Schultz

Results 749 comments of Marc Henry Schultz

So my two cents (just a proposal): Make sort by loading order the default (and remove the flag as it will be obsolete) Regarding frozen vs not frozen. In [slack](https://neos-project.slack.com/archives/C050KKBEB/p1717575572087189)...

As discussed with @crydotsnake we will not show a column but keep the star `*` indicator which is considered temporary and will be dropped soon. If package freezing works or...

yes i guess but that would be part of a neos change

Okay i think it would be easiest to finish this for Neos 9.1 or beyond. With that the package freezing will also be gone. Its a valuable addition to use...

Yeah sorry i didnt meant to side track it with asking what happens if `--help` is a real argument. > In the end this will make `--help` an reserved argument...

Related `doctrine/dbal` version 3 updated https://github.com/neos/flow-development-collection/pull/2637

Question about 2) would be if we would still support package activation like ```yaml Neos: Flow: mvc: "Some.Package": true ``` if the `@controller` contains the FQN and not the packageKey...

@kitsunet what do you think about adding a new parameter `&$output` to [`executeCommand`](https://github.com/neos/flow-development-collection/blob/1531a8125ad41e62324c7a85e440c14c1cb768ac/Neos.Flow/Classes/Core/Booting/Scripts.php#L682) (via a bugfix release) or are you fine with: ```php ob_start(); try { Scripts::executeCommand( 'neos.setup:setup:executeruntimehealthchecks', $this->configurationManager->getConfiguration(ConfigurationManager::CONFIGURATION_TYPE_SETTINGS, 'Neos.Flow')...

Fyi the behaviour to return `false` was removed 10 years ago 😂 https://github.com/neos/flow-development-collection/commit/527790b182abe99a2f4be242a6932e6eb0687ee9 can we just remove the return type and have `void`? Hmm or mark the returntype as deprecated?

_Originally posted by @bwaidelich in https://github.com/neos/flow-development-collection/issues/3116#issuecomment-1641598749_ Allow me to sneak in another "feature request" (and obviously feel free to ignore it): It would be great if this code could be...