Bastian Waidelich
Bastian Waidelich
@mficzel good point(s)!
What about ```php final class ActionUriBuilder { public static function fromActionRequest(): self; public static function fromHttpRequest(): self; public static function fromBaseUri(): self; public function uriFor(Action $action, array $routingArguments = [],...
> One thing to check while implementing would be wether those fromActionRequest ... methods best belong to the ActionUriBuilder or the Action Ah yes, right. I kinda like the `Action`...
I don't think, it's too breaky since we could introduce it in _addition_ to the existing (marked deprecated) `UriBuilder`and it would even smooth migration to 9.0. But unfortunately I don't...
That ENV Variable was deprecated with 8.0 IIRC and I think it's totally fine to drop support for it. But we should adjust the docs (and the htaccess file) and...
@mhsdesign I would definitely avoid some actual validation as that would introduce a dependency to the `ObjectManager` and it might break cases where the controller doesn't actually exists or a...
=> #1766
I would suggest that we run Neos tests after a merge to the main branch(es), possibly with some slack notification if they fail. This way we won't slow down /...
This issue has been reported multiple times and there is a [PR](https://github.com/Kong/insomnia/pull/6521) for it. Can someone give an update what is required for this to proceed?
This might be related to https://github.com/neos/flow-development-collection/pull/2744