Ross Wintle

Results 37 issues of Ross Wintle

I couldn't find an existing issue for this, but forgive me if I'm duplicating something. I've installed xbar 2.1.7-beta on my M1 Macbook Pro (early 2021 running Monterey 12.1) The...

## Bug Report **Describe the current, buggy behavior** Running `wp scaffold plugin` generates a `package.json` which contains: ``` "devDependencies": { "grunt": "~0.4.5", "grunt-wp-i18n": "~0.5.0", "grunt-wp-readme-to-markdown": "~1.0.0" } ``` Running `npm...

command:scaffold-plugin

I've not had time to create a minimal bug report for this - I'll need to see if I can replicate this. So this comes with the caveat that it's...

We should be using the latest verison of https://github.com/oscarotero/env. There are some changes like proper namespacing. We'll need to update `config/app.php` and `app/App.php`

enhancement
has-pr

The README should document: - Use of .editorconfig - Use of coding standards - How the environment-specific config works

enhancement

This PR uses the `App::define()` method to set the stored environment-specific constants. This allows them to be overridden with a `.env` or `.env.local` file. I've also added explanatory comments to...

enhancement

Resolves #13 I've searched the code and fixed all the places that the `env()` helper is used. I've done a local test, creating a new site. All works fine.

enhancement