Michael Gerdemann

Results 15 comments of Michael Gerdemann

@albe I have adapted the regular expression so that your example can be escaped. This makes it a breaking change, I think. I am not a regex expert, if someone...

With this change it is possible to use the command 'configuration:show' also for e.g. NodeTypes. ``` ./flow configuration:show --type NodeTypes --path Vendor\\Site:My\\NodeType

It would also be nice to do something like this: ``` ./flow configuration:show --type NodeTypes --path Vendor\\.Site:My\\.NodeType.superTypes.Vendor\\.Site:My\\.OtherNodeType

As alternative here the version with the brackets: https://github.com/neos/flow-development-collection/compare/master...gerdemann:getvaluebypath-with-escaped-dot-2

Yes, performance is an argument. I would have, under certain circumstances, the functionality not only in the command. What do you think about a second method "getValueByPathString" or something in...

Then it shouldn't be in a general arrays utility, should it? I use it often with other arrays as well.

@albe I only see one commit, is there anything I can do to help?

I don't need that any more at the moment. But it might still be cool to be able to adjust it in case of doubt.

Hey @DrNik, I had the same problem. Logging out and back in helped me. Michael

https://github.com/OskarStark/php-cs-fixer-ga/blob/b8474fa29ec5077c6940c5b5cfcd6d4d08d389a0/action.yml#L15 The version of this action must be specified here and not the version of the CS Fixer. Am flexibelsten wäre es wenn du da einfach sowas machst: ``` runs:...