Brian Walters

Results 7 issues of Brian Walters

Currently, this plugin is restricted to `"twig/twig":"~1.5|~2.0"`. Would be great to have support for ~3.0 as well. I tested by making a fork and running it on my project, and...

Currently using gulp-connect for a task like in the "Start and stop server" example. It works for my needs, but I can't figure out a way to programmatically *know* when...

Just like `beforeMouseDown`, we need a way to cancel the double click zoom event depending on the event context. For example, if we have buttons overlayed on the panzoom area,...

I am using twig.js with strict_variables set to true. If I have a template like this: ``` {% if pagination|default and pagination.links|default %} ... {% endif %} ``` and I...

type - bug / bugfix
triaged
pending - help wanted

Just ran this from the readme: `composer create-project pattern-lab/edition-development-twig pattern-library && cd $_` And got this: ``` > PatternLab\Installer::postUpdateCmd PHP Parse error: syntax error, unexpected ')' in /Users/bdub/Projects/envirovantage-web-api-symfony/pattern-library/vendor/pattern-lab/core/src/PatternLab/InstallerUtil.php on line...

Rebrand stuff. Change primary color to Nearform blue. Change logos to Nearform logos. Change links to commerce.nearform.com instead of formidable.com. Update copyright.

### Description The CONTRIBUTING.md docs have references to yarn commands, but the project does not contain a yarn.lock. I assume it was migrated to pnpm from yarn and these docs...