Stephen Edgar

Results 30 issues of 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: ![screen shot 2016-08-22 at 12 07 11 pm](https://cloud.githubusercontent.com/assets/1016458/17841941/1b17a832-6861-11e6-83b3-a68ecc2126ba.png)

type: bug
priority: medium

The following plugin has an update available after a freshly provisioned site: • P2 New Post Categories ![screen shot 2016-08-22 at 12 12 05 pm](https://cloud.githubusercontent.com/assets/1016458/17841999/ad010f40-6861-11e6-9a84-024047b6c962.png) Ideally with a fresh checkout...

type: bug
priority: low

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...

type: enhancement
info: needs pull request
info: good first bug
priority: low

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...

bug
help wanted

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...

Documentation ✍️

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...