Giuseppe Mazzapica
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: ). 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.