Giuseppe Mazzapica

Results 146 comments of Giuseppe Mazzapica

After further investigations, turns out that the problem is that latest Jetpack (rightfully?) assumes that if is is main plugin file is executed than Jetpack must be an active plugin....

To facilitate reproducing the issue I prepared a screenshot of a terminal session where I reproduce the issue only using WP CLI commands: ![steps to reproduce issue with WP CLI...

Hwy @lkraav let me try to answer: - Feature complete? Yes. I don't want to add features (not before going stable, which is still long), but there are things that...

Sorry for late answer, just come back from 2 weeks vacation. @plweil there are the "Loop Helpers" you can maybe find intersting (see [documentation](http://www.foilphp.it/docs/FUNCTIONS/LOOP-HELPERS.html)). They did not (yet) work with...

@thinsoldier it is 1-based because it follows the PHP [`sprintf`](http://php.net/manual/en/function.sprintf.php) pattern and syntax. See expecially the ["Argument swapping"](http://php.net/manual/en/function.sprintf.php#example-5459) example on PHP docs.

Note that Foil templates are just PHP files, so you are free (and encouraged) to use any PHP function that makes your life easier and your templates better. ``` php

@martynbiz Arraization is needed for autoescape. You can turn it off by disabling autoescape. Regarding Collection convert to JSON encoded string this is very weird, indeed. Eloquent collections have a...

Hi @janwalther thanks for your interest in Foil and the detailed issue. And sorry for the trouble. I think this is a regression bug that has been introduced with a...

Thank. And yes, `supply('name')` is just a shorcut for `$this->section('name'); $this->stop()` won't solve the issue. It definetively worked before, so it is a regression bug, I'll try to fix as...

Thanks for reporting @midhunraj can you describe a bit better what you're doing? I'm not sure I understand.