Marco Luzi
Marco Luzi
### Expected Behavior When the Twig Package tries to find the templates, it merges $path and $shortname together to look for the template. See [here](https://github.com/twigphp/Twig/blob/594c548b9224b06683806806875d1583dcb7a59b/src/Loader/FilesystemLoader.php#L212). When I call the `Timber::compile()`,...
### Describe the bug All wp-cli commands fail with safe-svg >= v2.1.0 installed due to call to undefined function SafeSvg\Blocks\setup(). This is the full error message: ``` Fatal error: Uncaught...
### Describe your question Not sure if this is a bug or a feature. I'm trying to implement the [contenthash] into the generated file names. To do that I am...
_This PR will fix #153._ ### Description This pull request refactors the get method in the Extended\ACF\Fields\Field class to utilize PHP object cloning. The changes ensure that field instances, particularly...
### Description of the bug Using ->dump() on a Field that has `sub_fields` always return the following error: ``` Fatal error: Uncaught Error: Call to a member function get() on...
### Describe the bug When closing out of `yarn 10up-toolkit build --watch` using `ctrl + c` the following error is displayed: ``` closing watch compilation /Users/marcoluzi/Documents/toolkit-test/node_modules/webpack/lib/HookWebpackError.js:68 callback(null, result); ^ TypeError:...