Marc Henry Schultz

Results 914 comments of Marc Henry Schultz

Hehe not a problem anymore, since using AFX we dont escape stuff anymore ![image](https://user-images.githubusercontent.com/85400359/179811632-6c6e827c-bfb5-47e7-bebe-b76bfdd329fa.png) https://github.com/neos/Neos.Demo/blob/feb54a8a47f6e238c0b8e7eb39c19e976e4e0277/Resources/Private/Fusion/Document/Fragment/Menu/Breadcrumb.fusion#L8 ... just joking ... not

I was once also trying to access an array with dots in paths via this method and i assumed this would work: `$path = 'something."this.is.one.thing".more.stuff'` but it didnt work (because...

How about to use `stripslashes` to unescape the matches? https://3v4l.org/E7mRP#v7.4.28 btw i dont know if this backslash escape syntax is intuitive. id like this string quoting syntax better: `foo.bar."escaped.dots.likeinfusionpaths".baz`

well i found one case where my thesis is proven wrong: > this is based on the assumption that any EEL written is 100% valid ECMAScript but not the other...

found another catch: in eel: a valid identifier can contain dashes: so this is a variable name 😂, and when you append `()` its a function `${ c6afd34f-d852-459e-9890-3ddf28b84fb2 }` this...

@albe solved the mystery ^^ - i adjusted the - as i found out - poorly named 'MethodArguments' because it actually refers to the ArrowFunctionArguments - and is used in...

Hi what is the state of this, ist this ready to be reviewed and ready for 8.2?

Hmm i had the same idea ^^ https://discuss.neos.io/t/wizard-for-creating-basic-content-node-types-like-typo3-mask/5500

It would be really great to get this at least into Flow 8 ;) (followed your discussion: https://discuss.neos.io/t/rfc-drop-php-7-3-support-in-all-future-flow-versions/5844/41?u=marc)

the failing tests will be gone after an upmerge ... see https://github.com/neos/flow-development-collection/pull/2756