Stephen Edgar
Stephen Edgar
A `package.json` file can have an `engines` section where Node.js and npm required versions can be defined, it would be great if _check-dependencies_ supported this. Ref: https://docs.npmjs.com/files/package.json#engines Example: ```json "engines":...
Hi, I've been getting the following error for the past couple of days, I originally thought it was because I was hitting the GitHub API limit for the API key...
## Description I've just been testing this package as an alternative to the current publish tool I've been using. I wanted to test some of the features this tool provides,...
http://wordpressorg.dev/wp-admin/network/themes.php?theme_status=broken A fresh creating of the `wordpressorg.dev` site results in: 
The following plugin has an update available after a freshly provisioned site: • P2 New Post Categories  Ideally with a fresh checkout...
Per: https://wordpress.slack.com/archives/docs/p1474964202000250 > kenshino: DevHub now has Revision Notes installed :slightly_smiling_face:, so does Helphub Aside: Maybe just manually creating an issue here when a plugin is added or removed is...
When attempting to filter tests by test or file name pressing the "Enter" key has no effect. Pressing "Enter" at the default screen correctly triggers a "test run" where all...
Via https://wordpressfoundation.org/trademark-policy/ > _"Please do not use WordPress or WordCamp as part of a domain name"_ You'll need to change the domain of this project I'm afraid.
In `stylelint-config-wordpress` I've two configurations, one for plain CSS and one for SCSS https://github.com/WordPress-Coding-Standards/stylelint-config-wordpress/blob/master/index.js https://github.com/WordPress-Coding-Standards/stylelint-config-wordpress/blob/master/scss.js The `scss.js` config extends the `index.js` config. In the `index.js` config I've the stylelint rule...
Ref: https://make.wordpress.org/core/2017/05/25/hhvm-no-longer-part-of-wordpress-cores-testing-infrastructure/ Two options, drop HHVM from the build matrix per the above, or switch from Ubuntu Precise to Ubuntu Trusty will allow the latest HHVM to be continued to...