Mathias Brodala

Results 155 comments of Mathias Brodala

Looks good from reading (and amazingly simple) but I'd like to conduct at least a simple CLI test to get a feeling for this.

@LeoniePhiline you can `composer req typo3/fluid:"^3 as 2.6.9"` to give the blog package the Fluid version it expects. It would be really useful if you could check whether the issue...

Hm, so I just wasted time coming up with nice labels? ;-)

OK, that's true indeed. Notice that I would rewrite `$a(value)` to `$a (value)` to make it clear that this is not a function call but instead a variable with its...

@NamelessCoder Sounds really useful. Just to be clear, the following would be valid as well then? ``` {{foo: bar,} | v:h()} {{foo, bar,} | v:h()} {[foo, bar,] | v:h()} //...

I'm not sure I get everything of this. For example why is `{v:h(foo: foo, bar: bar)}` not allowed anymore? I can imagine this will lead to quite a few additional...

Dude, I'm not sure if Fluid is on steroids or you are. ;-) (BTW, I expect the latter to be `{variable | raw()}` instead, for clarity.)

Yes, I'm happily using this. :-)

Actually I was wrong, this still doesn't work: > The argument "arguments" was registered with type "array", but is of type "string" in view helper "TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper".

Yes, using 2.6.8 and I can confirm that the linebreaks break (heh) the code. Everything inline works just fine, even with trailing comma ...