Simon Praetorius

Results 144 comments of Simon Praetorius

Well, kind of. It should not be necessary to skip empty attributes if you supply `null` imho. Whatever. Let's create a small patch for Fluid v5 (with adjusted test cases,...

> Thank you Mathias and Simon! Feel free to let me know if anything I can help further on this issue. This would mean that your current PR would need...

> Fluid should be able to find component files with the same file extension as the original template file. I tend to agree with that, as this is the same...

We should evaluate if it's at all feasible to change the RegEx to allow `{}` as empty array syntax. Since this only affects the inline syntax within ViewHelpers, this might...

What was the reason for the additional `requireAttributeValues` configuration? From my point of view, this isn't necessary, we can just switch to the alternative syntax.

Hi Joost, first of all, thank you for your positive feedback! I don't know if I understood your use case correctly in detail, but I have two features planned that...

Ok, I'm still very much confused by this concept, especially since it probably relies on the way React handles/generates HTML tags (which is not at all how Fluid does it)....

Can you specify what exactly you would like to add to the rendering context? I've come to the conclusion that it's best to keep the "outer" rendering context and modify...

We would probably start with the types the `ArgumentProcessor` already supports.