Brian Lewis
Brian Lewis
Me too! It's working on some client projects (as a patch)
Yes! I just tried to install this, and found it's not compatible with stylelint 14. This is sorely needed. Thank you!
It appears that @YozhikM is the only one with access to do that sort of thing. And he hasn't been active in a couple of years? I'm going to work...
I'm not sure how to add to a fork PR like this. But this should work if it's created at `.github/workflows/test.yml` ```name: Test on: pull_request: branches: ['master'] jobs: test: runs-on:...
Then, ideally, you'd update the settings for this repo to protect the master branch and require tests to pass before merging. Something like this: (but with the `master` branch, instead...
One way we've done it is to gitignore the `latest` and `diffs` directories, and only check the `baseline` directory into Git. That way, whatever the latest "reference image" (as you...
That would depend on the content of your `article.twig` file. Without knowing what's in it, there's no way to tell what you're missing. Can you post that here?
Okay, the `article.twig` file doesn't have ``` {% block page_header %} {% if page.header %} {{ page.header }} {% endif %} {% endblock %} ``` (Or `page_system` or `page_footer`) so...
That is correct. The `05-pages` in Pattern Lab are strictly for demoing what "built-out" pages could look like - usually with content entered directly in the Twig file. (They're also...
@callinmullaney I wonder if this is related to the issue with views you mentioned you were working on