Marc Henry Schultz

Results 366 issues of Marc Henry Schultz

### Description EEL uses `ObjectAccess::getProperty` https://github.com/neos/flow-development-collection/blob/1956920c41b5eb9348daaaf03543efaa45b098b2/Neos.Eel/Classes/Context.php#L65 when you put into `ObjectAccess::getProperty` an object with magic `__call` and `ArrayAccess` it will check first if the property has an getter before it...

Bug

This documentation is not up to date in projects since Flow 7.0: https://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartIII/Http.html?highlight=X-HTTP-Method-Override#request-methods @kitsunet said > interesting, that seems to have been lost with the PSR-7 adoption, I found it...

## Found the problem, see below https://github.com/neos/flow-development-collection/issues/2757#issuecomment-1075457510 ### Description `./flow package:create` (and also `./flow kickstart:site`) seem to freeze consistenly on (some?) setups on Flow + Neos 7.3 i experienced it...

Bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Currently eel syntax that concern in-lining a directly using such function/ object...

Feature

### Description This issue is about that sometimes new secured routes wont work directly but one needs to destroy the Flow session (eg. log in log out or `./ flow...

Closes #2696 Exceptions which have multiple spaces in their $message where previously not as expected displayed. Exceptions outputted to the CLI or logged did preserve multiple whitespaces naturally, but since...

### Description Currently one often needs to write the following code in fusion eel: ``` {foo != null ? foo : bar} ``` in php this could be better written...

P: Eel
Feature

### Description Eel arrow functions dont work with zero arguments like: ``` () => 'foo' ``` It is parsed correctly, but the CompilingEelParser doesnt handle this case: This line is...

before: ![image](https://user-images.githubusercontent.com/85400359/152703690-23a301ca-207a-4087-9eed-79a4f13bdc00.png) after: ![image](https://user-images.githubusercontent.com/85400359/152703661-5f7f4d99-ab26-44cc-acaa-adfda3715f1e.png) Exceptions which have multiple spaces in their $message where previously not as expected displayed. Exceptions outputted to the CLI or logged did preserve multiple whitespaces naturally,...

I often do some `var_dump` 's here and there, and sometimes Flow doesn't like them because they interfere with the header (When one misses the `die()`). > Its strange because...